SQLite4
Changes On Branch nextgen-query-planner
Not logged in

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

Changes In Branch nextgen-query-planner Excluding Merge-Ins

This is equivalent to a diff from ed79d6f7fa to ed333d20c7

2013-07-22
12:50
Merge the NGQP branch back into trunk. Currently 12 tests are failing in src4.test (all errors are artifacts of the test code). check-in: 4af30d63ec user: dan tags: trunk
2013-07-20
20:20
Fix for optimization of DISTINCT. Leaf check-in: ed333d20c7 user: dan tags: nextgen-query-planner
16:32
Update test script e_fkey.test. check-in: dd9849225b user: dan tags: nextgen-query-planner
2013-07-18
00:58
Fix a typo in the "key format" documentation. check-in: 4beefed2c9 user: drh tags: trunk
2013-07-16
20:01
Updates to use the next-generation-query-planner from the SQLite3 project. This branch is largely broken. check-in: bc9c9f73c5 user: dan tags: nextgen-query-planner
2013-07-06
23:14
Add tests for sqlite4_num_sub with inf and nan. check-in: ed79d6f7fa user: peterreid tags: trunk
23:07
Change some repetitive num tests into loops. check-in: abaf3f1abd user: peterreid tags: trunk

Changes to src/analyze.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/fkey.c.

Changes to src/select.c.

Changes to src/sqliteInt.h.

Changes to src/update.c.

Changes to src/vdbe.c.

Changes to src/vdbecodec.c.

Changes to src/where.c.

Changes to test/analyze4.test.

Changes to test/between.test.

Changes to test/collate4.test.

Changes to test/descidx3.test.

Changes to test/e_createtable.test.

Changes to test/e_fkey.test.

Changes to test/like.test.

Changes to test/permutations.test.

Changes to test/simple.test.

Changes to test/subquery.test.

Changes to test/test_main.c.

Changes to test/test_mem.c.

Changes to test/tester.tcl.

Changes to test/tkt3442.test.

Changes to test/where.test.

Changes to test/where7.test.

Changes to test/where8.test.