/ Changes On Branch branch-3.9
Login

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

Changes In Branch branch-3.9 Excluding Merge-Ins

This is equivalent to a diff from a721fc0d89 to b584fd36f7

2019-09-03
19:29
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (Leaf check-in: b584fd36f7 user: dan tags: branch-3.9)
17:39
Disable the undocumented rtreenode() SQL function that is only used for testing, except when doing a build that is specifically intended for testing. (check-in: 7b4583f932 user: drh tags: branch-3.9)
2019-03-18
15:49
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (check-in: b3fa58dd74 user: dan tags: trunk)
2015-10-16
15:56
Cherrypick the json form-feed fix, and other #ifdef and build script changes to address minor issues that came to light after the 3.9.0 release. Update the version number to 3.9.1. No logic changes except for the form-feed bug-fix in json1 (ticket [57eec374ae1d0a1d4a]). (check-in: 746fcd2fd4 user: drh tags: branch-3.9)
2015-10-14
19:52
Fixes to the JSON1 extension and its use by fuzzcheck to avoid problems when building DLLs. (check-in: 01d3ee7bbe user: drh tags: trunk)
18:45
Avoid exporting sqlite3_json_init() from amalgamation builds. (check-in: 8463f7e790 user: dan tags: dll-build-fix)
12:29
Version 3.9.0 (check-in: a721fc0d89 user: drh tags: trunk, release, version-3.9.0)
10:56
Add the missing 'extern "C" {...}' blocks to fts5.h and sqlite3rbu.h. (check-in: 47a2ce97d5 user: dan tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3_write.c.

Changes to ext/fts5/fts5_hash.c.

Changes to ext/fts5/test/fts5aa.test.

Changes to ext/misc/json1.c.

Changes to ext/rtree/rtree.c.

Changes to src/build.c.

Changes to src/sqlite.h.in.

Changes to src/sqlite3ext.h.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to src/vdbemem.c.

Changes to src/where.c.

Changes to test/autoindex5.test.

Added test/fts3corrupt4.test.

Changes to test/fts3snippet.test.

Changes to test/fuzzcheck.c.

Changes to test/index3.test.

Changes to tool/fuzzershell.c.

Changes to tool/mksqlite3h.tcl.