]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_collation_needed() API and fix some error handling cases
authordanielk1977 <danielk1977@noemail.net>
Thu, 10 Jun 2004 10:50:08 +0000 (10:50 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 10 Jun 2004 10:50:08 +0000 (10:50 +0000)
commit7cedc8d4d668164693ed8a35125a303e857bfc40
tree11989d7233b8ccf6095d7912ecfd705fd5c83bd8
parent0de0bb33609faf846ec4cd301b20c8b201d6ec76
Add the sqlite3_collation_needed() API and fix some error handling cases
involving unknown collation sequences. (CVS 1562)

FossilOrigin-Name: edf069b9f4044ed2a80962c7722052bf1b80bf45
13 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/main.c
src/pragma.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/update.c