SQLite

Check-in [541e2b488e]
Login

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

Overview
Comment:Update the OS-X branch to include all trunk changes through version 3.6.22.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 541e2b488e4e40706e457c6d3b5647d53da02ce9
User & Date: drh 2010-01-06 13:12:48.000
Context
2010-01-19
23:50
robustness fixes for preventing a finalized statement from being reused (check-in: a7a0c8d644 user: adam tags: apple-osx)
2010-01-06
13:12
Update the OS-X branch to include all trunk changes through version 3.6.22. (check-in: 541e2b488e user: drh tags: apple-osx)
13:07
Fix an issue with lemon generating incorrect grammars. This issue does not effect SQLite. (check-in: 077a6bee2d user: drh tags: trunk)
2009-12-23
18:06
Fix the main.mk makefile so that the sqlrr extension is built into the amalgamation correctly. (check-in: a3204d8a21 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_expr.c.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_tokenizer.h.
Changes to ext/fts3/fts3_write.c.
Changes to ext/icu/icu.c.
Changes to src/build.c.
Changes to src/complete.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/mem2.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.
Changes to test/check.test.
Changes to test/e_fkey.test.
Added test/fts3query.test.
Changes to test/fts3rnd.test.
Changes to test/fuzz2.test.
Changes to test/main.test.
Changes to test/schema.test.
Changes to test/tester.tcl.
Changes to test/tkt-3fe897352e.test.
Changes to test/trace.test.
Added test/triggerD.test.
Changes to tool/lemon.c.
Changes to tool/mkkeywordhash.c.
Changes to tool/shell1.test.
Changes to tool/shell2.test.
Added tool/shell3.test.