Matjaž Cof wrote:
> 
> I am running the latest version. (Just starting to use SQLite and really
> like it).
> Like i sad, i don't want to write sql every time i connec't to database.
> And i use EntityFramework, witch means that ObjectContext doesn't have any
> ExecuteSql method and because of that, i try to recompile with
> SQLITE_DEFAULT_FOREIGN_KEYS.
> 

It looks like you'll need to make sure you have the
"SQLITE_DEFAULT_FOREIGN_KEYS=1"
set in your preprocess defines (i.e. you cannot just define it with no
value).

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to