Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change all occurrences of sqlite4StrICmp to sqlite4_stricmp and change sqlite4StrNICmp to sqlite4_strnicmp.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b6d0a6204839d1e787c24531aef66bcf79209699
User & Date: drh 2013-01-31 05:36:26.856
Context
2013-01-31
05:58
Add the definition of sqlite4_stricmp() to sqlite.h.in. Avoid multiple declarations the u8 and similar typedefs in the amalgmation. check-in: d966049dd6 user: drh tags: trunk
05:36
Change all occurrences of sqlite4StrICmp to sqlite4_stricmp and change sqlite4StrNICmp to sqlite4_strnicmp. check-in: b6d0a62048 user: drh tags: trunk
05:27
Publish routines sqlite4_stricmp() and sqlite4_strnicmp() that do simple unicode case folding. Use these routines for all internal case-insensitive string comparisons. check-in: 19e9278b9c user: drh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/alter.c.
Changes to src/attach.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/complete.c.
Changes to src/ctime.c.
Changes to src/date.c.
Changes to src/fkey.c.
Changes to src/fts5.c.
Changes to src/hash.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/vdbe.c.
Changes to src/where.c.
Changes to test/test_main.c.
Changes to test/test_utf.c.
Changes to tool/mkkeywordhash.c.