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

