[issue12997] sqlite3: PRAGMA foreign_keys = ON doesn't work

Mark Bucciarelli report at bugs.python.org
Sun Sep 18 01:17:36 CEST 2011


Mark Bucciarelli <mark at crosscutmedia.com> added the comment:

huh.  is it already on in your sqlite  install?

$ sqlite3
SQLite version 3.7.7.1 2011-06-28 17:39:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> pragma foreign_keys;
0
sqlite> 

is what i get (it's off).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12997>
_______________________________________


More information about the Python-bugs-list mailing list