]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the sqlite3.pDfltColl (the default collating sequence for the
authordrh <drh@noemail.net>
Thu, 5 Mar 2020 16:13:24 +0000 (16:13 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Mar 2020 16:13:24 +0000 (16:13 +0000)
commit42a630b1daf1df13850095251cc73be84dbdeac8
treecc6212d1cf798a2e3d8d8ce7d98c016a7056519c
parent4cf2121e1c0adfcae41d89426e1e5e81ca4721a9
Change the sqlite3.pDfltColl (the default collating sequence for the
database connection) so that it is the collating sequence appropriate for
the database encoding, not the UTF8 collating sequence.  This helps to
ensure that the database encoding collation is always used, even for
expressions that do not have an defined collating sequence.
Ticket [1b8d7264567eb6fc].

FossilOrigin-Name: 4a5851893c3d71cc823b6ab5df5e58a852cd322fff26290f1ea05b63d67f564a
manifest
manifest.uuid
src/callback.c
src/main.c
src/pragma.c
src/prepare.c
src/sqliteInt.h