On Sep 25, 2010, at 3:42 PM, David Bovill wrote:

A quick geeky question: does anyone know if foreign key support has been
turned on for the recent sqlite driver

I don't think you need to turn it on when compiling. It is a pragma setting:

http://www.sqlite.org/pragma.html#pragma_foreign_keys

Untested but try this:

revExecuteSQL theConnectionID, "PRAGMA foreign_keys = true"

--
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers: 
http://revolution.bluemangolearning.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to