Hello. I use sqlite3 python.
I followed exactly the steps to create a foreign key from the site
http://www.sqlite.org/foreignkeys.html but I still can insert enter values
 not ​​allowed for constraint.
Before I do the insert properly executed the instruction "PRAGMA
FOREIGN_KEYS =ON" but did not return any data, the site shows that if the
result is not 0 or 1
then either the version of sqlite is more old of 3.6..19 (MAKES IT IS MY
VERSION 3.6.22) or it has been compiled with SQLITE_OMIT_FOREIGN_KEY
SQLITE_OMIT_TRIGGER ago.
Someone can give me light?
My version of python is:
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
-- 
Fabio Spadaro
www.fabiospadaro.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to