[web2py] Foreign Key Constraints with SQLite

2011-01-06 Thread Tony Young
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

[web2py] Special Characters in Gluon DAL Connection String

2010-12-04 Thread Tony Young
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