Just to leave a note for anyone researching my Firebird issue...

I see that Firebird has breaking backward-compatibility in web2py from 
change introduced here:
https://github.com/web2py/pydal/pull/365

Entities are quoted by default which can cause issues.  The work around is 
to do the following in the DAL declaration:

DAL('firebird://SYSDBA:password@....',   ....... 
       ignore_field_case=True, entity_quoting=False,
       ........ )


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to