SQLite

Check-in [03ca83422f]
Login

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

Overview
Comment:Pull the latest trunk changes (and hence the schema-parse-refactor changes) into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 03ca83422f0259ae5525aeecc14171811252a67d
User & Date: drh 2011-04-05 13:27:30.706
Context
2011-04-05
22:13
Merge the latest trunk changes into the sessions branch. (check-in: 45f2026172 user: drh tags: sessions)
13:27
Pull the latest trunk changes (and hence the schema-parse-refactor changes) into the sessions branch. (check-in: 03ca83422f user: drh tags: sessions)
13:12
Merge the scheme-parse-refactor changes into trunk: (1) added sqlite3SchemaMutexHeld() asserts, (2) Use -1 instead of 0 to mean "all" in sqlite3ResetInternalSchema(), and other cosmetic changes. (check-in: 5db4511d8a user: drh tags: trunk)
2011-04-04
13:19
Merge the latest changes of trunk into the session branch. (check-in: 95d53c4432 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/backup.c.
Changes to src/btmutex.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/test4.c.
Changes to src/test7.c.
Changes to src/test_demovfs.c.
Changes to src/test_osinst.c.
Changes to src/test_server.c.
Changes to src/test_syscall.c.
Changes to src/test_thread.c.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.
Changes to test/e_expr.test.
Changes to test/e_vacuum.test.
Changes to test/malloc.test.
Changes to test/releasetest.tcl.
Changes to test/tester.tcl.