On Wednesday, June 09, 2010 9:27 PM, Jay A. Kreibich wrote: > 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. >
But there is a patch available that adds the compile flag... if you're looking for this, let me know and I'll post the patch direct to you, or here... Andy _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

