SQLite

Check-in [aebe1f2603]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge recent trunk changes into the NGQP branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | nextgen-query-plan-exp
Files: files | file ages | folders
SHA1: aebe1f2603ee04d792af73aaf59625bda99d5cd1
User & Date: drh 2013-05-30 11:48:36.654
Context
2013-05-30
17:43
Cut over the NGQP query planner. Remove lots of legacy code. This check-in compiles but does not work. The test suite gets incorrect answers and crashes. (check-in: 001539df4b user: drh tags: nextgen-query-plan-exp)
11:48
Merge recent trunk changes into the NGQP branch. (check-in: aebe1f2603 user: drh tags: nextgen-query-plan-exp)
2013-05-29
17:48
Updates to the Codec interface to support codecs on attached databases and to allow rekeying in the middle of a transaction. These changes are only applicable if SQLite is compiled with SQLITE_HAS_CODEC. (check-in: d5b084e9d8 user: drh tags: trunk)
2013-05-27
17:59
Update the NGQP to record which loops need be run in reverse order to satisfy ORDER BY clauses. (check-in: 211f7a5374 user: drh tags: nextgen-query-plan-exp)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Added autoconf/INSTALL.
Added autoconf/Makefile.am.
Added autoconf/README.
Added autoconf/README.first.
Added autoconf/config.guess.
Added autoconf/config.sub.
Added autoconf/configure.ac.
Added autoconf/depcomp.
Added autoconf/install-sh.
Added autoconf/ltmain.sh.
Added autoconf/missing.
Added autoconf/tea/Makefile.in.
Added autoconf/tea/README.
Added autoconf/tea/aclocal.m4.
Added autoconf/tea/configure.in.
Added autoconf/tea/doc/sqlite3.n.
Added autoconf/tea/license.terms.
Added autoconf/tea/pkgIndex.tcl.in.
Added autoconf/tea/tclconfig/install-sh.
Added autoconf/tea/tclconfig/tcl.m4.
Added autoconf/tea/win/makefile.vc.
Added autoconf/tea/win/nmakehlp.c.
Added autoconf/tea/win/rules.vc.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/icu/icu.c.
Added ext/misc/percentile.c.
Changes to main.mk.
Changes to src/analyze.c.
Changes to src/btree.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/trigger.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to test/fts3shared.test.
Added test/fts4merge4.test.
Added test/percentile.test.
Changes to test/trace2.test.
Added tool/mkautoconfamal.sh.