SQLite

Changes On Branch branch-3.14
Login

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

Changes In Branch branch-3.14 Excluding Merge-Ins

This is equivalent to a diff from 672c21bc to 73edd93a

2022-09-27
17:00
Fix a potential division by zero error in this version of RBU that might occur if an external client checkpoints a wal file created by a suspended RBU process. (Leaf check-in: 73edd93a user: dan tags: branch-3.14)
2016-09-12
18:50
Version 3.14.2 (check-in: 29dbef4b user: drh tags: release, branch-3.14, version-3.14.2)
2016-09-07
01:51
The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket [0c4df46116e90f92]. (check-in: 820644b8 user: drh tags: trunk)
2016-09-05
20:40
Merge updates from trunk. (check-in: ea635bf9 user: mistachkin tags: callbackConv)
2016-09-03
16:24
Merge the fuzzershell enhancement from trunk. (check-in: ed206048 user: drh tags: rowvalue)
16:23
Build the generate_series(START,END,STEP) table-valued function into fuzzershell, to make it easier to construct compact test cases that contain actual data. (check-in: 672c21bc user: drh tags: trunk)
2016-09-02
21:34
Add a test case for the OOM handled by the previous commit. (check-in: 9bdf7ca1 user: dan tags: trunk)

Changes to Makefile.msc.

Changes to VERSION.

Changes to autoconf/Makefile.msc.

Changes to configure.

Changes to ext/fts5/fts5Int.h.

Changes to ext/fts5/fts5_aux.c.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/fts5parse.y.

Changes to ext/fts5/test/fts5af.test.

Deleted ext/fts5/test/fts5colset.test.

Changes to ext/fts5/test/fts5corrupt2.test.

Changes to ext/fts5/test/fts5unicode2.test.

Changes to ext/rbu/rbudiff.test.

Added ext/rbu/rbuempty.test.

Changes to ext/rbu/rbuprogress.test.

Changes to ext/rbu/rbuvacuum2.test.

Changes to ext/rbu/sqlite3rbu.c.

Changes to ext/rbu/sqlite3rbu.h.

Changes to ext/rbu/test_rbu.c.

Changes to ext/rtree/rtree.c.

Changes to ext/session/session_common.tcl.

Changes to ext/session/sqlite3session.h.

Changes to ext/session/test_session.c.

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/auth.c.

Changes to src/backup.c.

Changes to src/build.c.

Changes to src/dbstat.c.

Changes to src/delete.c.

Changes to src/fkey.c.

Changes to src/insert.c.

Changes to src/main.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/parse.y.

Changes to src/pragma.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/test1.c.

Changes to src/tokenize.c.

Changes to src/treeview.c.

Changes to src/trigger.c.

Changes to src/update.c.

Changes to src/vacuum.c.

Changes to src/vdbe.c.

Changes to src/vdbeapi.c.

Changes to src/vdbeblob.c.

Changes to src/vtab.c.

Changes to src/walker.c.

Changes to src/where.c.

Changes to src/wherecode.c.

Changes to src/whereexpr.c.

Changes to test/backup_malloc.test.

Changes to test/e_vacuum.test.

Changes to test/limit2.test.

Changes to test/misc8.test.

Changes to test/shell4.test.

Changes to test/types2.test.

Deleted test/vacuum5.test.

Changes to tool/fuzzershell.c.

Changes to tool/lemon.c.

Changes to tool/lempar.c.

Changes to tool/mksqlite3c-noext.tcl.

Changes to tool/mksqlite3c.tcl.

Changes to tool/mksqlite3h.tcl.

Changes to tool/sqldiff.c.