SQLite

Changes On Branch branch-3.18
Login

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

Changes In Branch branch-3.18 Excluding Merge-Ins

This is equivalent to a diff from 8469fc0d to b54aa18b

2019-09-03
19:40
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (Leaf check-in: b54aa18b user: dan tags: branch-3.18)
17:46
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: 0a1cce49 user: drh tags: branch-3.18)
2019-03-18
15:49
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (check-in: b3fa58dd user: dan tags: trunk)
2017-03-29
15:18
Fix the sqlite3_release_memory() interface so that it works even if SQLITE_DEFAULT_PCACHE_INITSZ is non-zero. (check-in: 5d902b7f user: drh tags: trunk)
2017-03-28
18:48
Version 3.18.0 (check-in: 424a0d38 user: drh tags: release, branch-3.18, version-3.18.0)
2017-03-25
19:16
Add the new sqlite3_set_last_insert_rowid() interface to the extension loader thunk. (check-in: 8469fc0d user: drh tags: trunk)
18:31
Do not run tests for ".dump --preserve-rowids" when testing SQLITE_OMIT_VIRTUALTABLE builds. (check-in: 55df410b 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/rtree/rtree.c.

Changes to src/btree.c.

Changes to src/sqlite.h.in.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to test/autovacuum.test.

Added test/fts3corrupt4.test.

Changes to test/in5.test.

Changes to test/permutations.test.