]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the Expr.pColl field and compute the collating sequence as it is needed.
authordrh <drh@noemail.net>
Thu, 6 Dec 2012 21:16:43 +0000 (21:16 +0000)
committerdrh <drh@noemail.net>
Thu, 6 Dec 2012 21:16:43 +0000 (21:16 +0000)
commitae80ddea9f4cf8505b5a27aeec3fa8b959218064
tree31d97436c90f393923622de6d6183332626a8f8c
parent74358f0c77665c34db821fff16bcce51004d8185
Remove the Expr.pColl field and compute the collating sequence as it is needed.
This fixes the test script "shared9.test", though there is still a memory leak.
And there are other problems.  Consider this a work-in-progress.

FossilOrigin-Name: fd011cb22f2d899d94ec7ce22641d7a8f5e19972
manifest
manifest.uuid
src/build.c
src/expr.c
src/fkey.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/where.c