SQLite

Changes On Branch amalg-json1-fts5
Login

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

Changes In Branch amalg-json1-fts5 Excluding Merge-Ins

This is equivalent to a diff from 77b707b7 to c8a12082

2015-10-09
13:39
Add the JSON1 and FTS5 extensions to the amalgamation. Add new options to ./configure: --enable-json1 and --enable-fts5. (check-in: 1eb76993 user: drh tags: trunk)
13:29
Fix a typo in the MSVC Makefile (Closed-Leaf check-in: c8a12082 user: drh tags: amalg-json1-fts5)
12:48
Add configure script options --enable-fts5 and --enable-json1. Automatically search for -lm when using --enable-fts5. (check-in: a0c44f1d user: drh tags: amalg-json1-fts5)
2015-10-08
19:29
First attempt to add json1 and fts5 to the amalgamation. This check-in does not compile. (check-in: d820a1bd user: drh tags: amalg-json1-fts5)
17:35
In the RBU extension, use MoveFile() instead of rename() on Windows CE. (check-in: df9ef61f user: mistachkin tags: trunk)
14:55
Merge the 3.8.12 beta changes from trunk. (check-in: 35b1b8d4 user: drh tags: sessions)
02:44
Remove two unused lines of code - discovered by scan-build. (check-in: 77b707b7 user: drh tags: trunk)
2015-10-07
19:06
Further optimizations for fts5 prefix queries without a prefix index. (check-in: 83dc1ff7 user: dan tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to configure.

Changes to configure.ac.

Changes to ext/fts5/fts5_aux.c.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_tcl.c.

Changes to ext/fts5/fts5parse.y.

Changes to ext/fts5/test/fts5_common.tcl.

Changes to ext/fts5/test/fts5fault6.test.

Changes to ext/fts5/tool/mkfts5c.tcl.

Changes to ext/misc/json1.c.

Changes to main.mk.

Changes to src/ctime.c.

Changes to src/main.c.

Changes to src/shell.c.

Changes to src/test1.c.

Changes to src/test_config.c.

Changes to test/json101.test.

Changes to test/json102.test.

Changes to test/releasetest.tcl.

Changes to tool/mksqlite3c.tcl.

Changes to tool/mksqlite3h.tcl.