On Oct 1, 2008, at 6:25 PM, Mark Spiegel wrote: > -DSQLITE_OMIT_CONFLICT_CLAUSE=1
This disables REPLACE. Also, just so you will know, sqlite3_prepare16() works by converting the SQL into UTF8 then calling sqlite3_prepare(). D. Richard Hipp [EMAIL PROTECTED] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

