Re: [sqlite] sqlite3StrICmp and sqlite3StrNICmp

2009-07-10 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [I changed the order of your questions] Pierre Cart-Grandjean wrote: > What is recommended to use > instead in the client application? Those are internal undocumented SQLite functions. For example you will see that they are not part of the

[sqlite] sqlite3StrICmp and sqlite3StrNICmp

2009-07-10 Thread Pierre Cart-Grandjean
Hello, In version 3.3.6 of sqlite, the functions sqlite3StrICmp and sqlite3StrNICmp were extern: /usr/local/lib>nm -C libsqlite3.so | grep ICmp 0005c63c T sqlite3StrICmp 0005c744 T sqlite3StrNICmp In more recent versions like the current one (3.6.16), those functions are intern:

Re: [sqlite] sqlite3StrICmp

2008-04-04 Thread Steven Fisher
On 04-Apr-2008, at 2:15 PM, Nicolas Williams wrote: > Right, except for the thing about multiple columns with the same name > being OK. "AS" >> 2. I need to use stricmp for comparing column names. I'd rather use >> the same comparison that sqlite3 uses for comparing column NAMES. > > Why can't