]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Or the SQLITE_UTF16_ALIGNED with the encoding field in
authordrh <drh@noemail.net>
Thu, 16 Feb 2006 18:16:36 +0000 (18:16 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Feb 2006 18:16:36 +0000 (18:16 +0000)
commit7d9bd4e19e6508bc0e4cdee2cb8f6adbf3422ccd
tree60adb886b307f9fec53c017fb81be6dbf927b538
parent7e310a420b233d2f7cedca9040c504430f34b666
Or the SQLITE_UTF16_ALIGNED with the encoding field in
sqlite3_create_collation and UTF16 strings will always be aligned
on an even byte boundary when passed into the comparison function. (CVS 3103)

FossilOrigin-Name: 7a1701e8c562087d364dff28cd7cad7ca4cdb5ae
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbemem.c
test/utf16align.test [new file with mode: 0644]