Thank you.  Yes, I've seen how the 16 bit versions just pass through to 
the 8 bit versions.  Living in a UNICODE world...

Looking at the source, this define is only used in test_config.c and 
mkkeywordhash.c.  I didn't discover mkkeywordhash.c originally.  Just to 
improve my ability to navigate the source, the #ifdef in mkkeywordhas.c 
is the one that beat me?

I'll remove this #define when I move forward to the more recent version 
of SQLite and try again.

D. Richard Hipp wrote:
> 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
>
>   
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to