SQLite4
Changes On Branch primary-keys
Not logged in

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

Changes In Branch primary-keys Excluding Merge-Ins

This is equivalent to a diff from a03018e6b8 to 49e419f4e8

2012-04-20
20:41
Move development back to trunk. check-in: 76ca8d1bee user: drh tags: trunk
20:38
Changes so that things work without SQLITE_ENABLE_LSM. Closed-Leaf check-in: 49e419f4e8 user: dan tags: primary-keys
20:15
Fix the sqlite4RefillIndex() function. This removes the broken (and disabled) merge-sort code. check-in: 9ac54fff5f user: dan tags: primary-keys
2012-04-10
19:52
Changes to support "real" user-defined primary keys. This is quite broken at present. check-in: 3841829752 user: dan tags: primary-keys
2012-03-01
14:47
Minor changes so that the code builds on Mac. check-in: a03018e6b8 user: drh tags: trunk
2012-02-23
17:56
Modify the key encoding so that integer values use one less byte of space. check-in: af96bd359f user: drh tags: trunk

Changes to main.mk.

Changes to src/auth.c.

Changes to src/build.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/fkey.c.

Changes to src/global.c.

Changes to src/insert.c.

Added src/kvlsm.c.

Changes to src/kvmem.c.

Changes to src/main.c.

Changes to src/parse.y.

Changes to src/pragma.c.

Changes to src/resolve.c.

Changes to src/rowset.c.

Changes to src/select.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/storage.c.

Changes to src/storage.h.

Changes to src/tclsqlite.c.

Changes to src/test_storage.c.

Added src/test_storage2.c.

Changes to src/update.c.

Changes to src/vdbe.c.

Changes to src/vdbeInt.h.

Changes to src/vdbeaux.c.

Changes to src/vdbecodec.c.

Changes to src/vdbecursor.c.

Changes to src/vdbemem.c.

Changes to src/where.c.

Changes to test/conflict.test.

Changes to test/fkey2.test.

Changes to test/permutations.test.

Changes to test/select1.test.

Added test/simple.test.

Added test/src4.test.

Changes to test/storage1.test.

Changes to test/tester.tcl.

Changes to test/trigger2.test.

Changes to test/where.test.