]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge recent trunk changes, include the R-Tree enhancement that allows
authordrh <drh@noemail.net>
Tue, 19 May 2015 22:42:23 +0000 (22:42 +0000)
committerdrh <drh@noemail.net>
Tue, 19 May 2015 22:42:23 +0000 (22:42 +0000)
commitadf3bf5811b73e6fe6ad62ef361d607091ecbfa3
tree85e4746321556076115091adba5061a8b88d42e2
parent5f9a57fc49873318e74ed68a642b199a5da7d6cf
parent856d446efe88c895d0f2c8dec5727258cf8a034d
Merge recent trunk changes, include the R-Tree enhancement that allows
8-byte BLOB arguments to geometry functions, and the fix for the TEXT affinity
problem that could cause corrupt indexes.

FossilOrigin-Name: 0a0de8b72ca24f287f9c84766a14e12ea4564b59
16 files changed:
Makefile.in
Makefile.msc
ext/session/sqlite3session.c
main.mk
manifest
manifest.uuid
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test_config.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
test/permutations.test
test/tester.tcl
tool/mksqlite3c.tcl