Hi web2py,
Currently, web2py doesn't handle foreign key constraints on SQLite but,
looking at the SQLite website, it should:
http://www.sqlite.org/foreignkeys.html
Could this be as simple as setting PRAGMA foreign_keys = ON and updating the
SQLite library?
Thanks,
Tony
Hi web2py-users,
Currently, Gluon DAL has no support for weird and whacky characters like @
in the database connection string.
I propose a patch to use unquote_plus to allow these characters, and leave
it to be an exercise for the user
to escape their own special characters.
This issue is also o
2 matches
Mail list logo