On Wed, Jun 09, 2010 at 03:15:32PM -0400, Sam Carleton scratched on the wall: > >From looking at the compile page (http://www.sqlite.org/compile.html), I am > not seeing any compile options to turn on foreign key support. Was it left > out of the documentation or does the feature really not exist yet? If the > feature isn't there yet, it would be really nice, there will never be a time > when I don't want foreign key support. I would imagine this is the norm for > most embedded system, they either want it on all the time, or off all the > time.
In the current 3.6 version it is always there, but always turned off by default. You need to use a PRAGMA to turn it on. People have asked about a compile flag to make it on by default, but it isn't there. -j -- Jay A. Kreibich < J A Y @ K R E I B I.C H > "Intelligence is like underwear: it is important that you have it, but showing it to the wrong people has the tendency to make them feel uncomfortable." -- Angela Johnson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

