SQLite

Check-in [7b5f377386]
Login

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

Overview
Comment:Bring in the latest updates from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 7b5f3773867ed0e4ed17bd473ba972d500035318
User & Date: drh 2014-01-28 18:06:17.362
Context
2014-01-29
14:21
Merge latest fixes from the trunk. (check-in: 6b6dcd4cc7 user: dan tags: sessions)
2014-01-28
18:06
Bring in the latest updates from trunk. (check-in: 7b5f377386 user: drh tags: sessions)
17:49
Minor bugfix in main.c so that the library builds with SQLITE_OMIT_WSD defined. (check-in: 5e3b9ecc7b user: dan tags: trunk)
2014-01-24
14:05
Bring in all the latest trunk changes, including the Common Table Expressions implementation. (check-in: 9b43e55919 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_hash.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/hash.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/pcache1.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test8.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to test/closure01.test.
Changes to test/corruptH.test.
Changes to test/e_select.test.
Changes to test/e_select2.test.
Changes to test/pager4.test.
Changes to test/pagerfault.test.
Changes to test/printf2.test.
Changes to test/spellfix.test.
Changes to test/tester.tcl.
Changes to test/with1.test.
Changes to tool/omittest.tcl.