Re: [sqlite] SQLITE_DEFAULT_FOREIGN_KEYS support please

2010-04-03 Thread Emilio Platzer
Yes. I want too that default. But I still need it in de ODBC driver because I don't have a way to enable foreign keys with MS Access via ODBC. > Currently the code base supports SQLITE_DEFAULT_RECURSIVE_TRIGGERS > which controls the default setting for PRAGMA recursive_triggers. > > Can someone pl

Re: [sqlite] SQLITE_DEFAULT_FOREIGN_KEYS support please

2010-04-02 Thread Alexey Pechnikov
Hello! On Friday 02 April 2010 07:17:03 Kyle McKay wrote: > Then you could just add -DSQLITE_DEFAULT_FOREIGN_KEYS=1 to the > compiler options to have foreign keys always enabled by default. > > Anyone else interested in having support for this compiler option? Yes, it will be useful. I have a

[sqlite] SQLITE_DEFAULT_FOREIGN_KEYS support please

2010-04-01 Thread Kyle McKay
Currently the code base supports SQLITE_DEFAULT_RECURSIVE_TRIGGERS which controls the default setting for PRAGMA recursive_triggers. Can someone please add similar support for a SQLITE_DEFAULT_FOREIGN_KEYS compiler define that allows the default setting of PRAGMA foreign_keys to be controlle