On 8 June 2011 08:50, John Quincy <[email protected]> wrote: > Hi, > > from my experience the query "PRAGMA case_sensitive_like;" doesn't return the > pragma's current value. > > I suppose this is the intended behavior but I'd like a confirmation since I > can't find an answer in the docs.
http://www.sqlite.org/pragma.html#pragma_case_sensitive_like makes no mention of any return value. select 'a' not like 'A'; gives the current setting > > - John Q. > Regards, Simon _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

