SQLite

Check-in [86ab864396]
Login

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

Overview
Comment:Merge updates from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sqlite_system_errno
Files: files | file ages | folders
SHA1: 86ab8643969bd2e51a257d80da9316c668437f7b
User & Date: drh 2016-03-21 10:49:49.647
Context
2016-03-21
11:38
Do a better job of capturing all system errno values regardless of when they occur. (check-in: 7d49998d57 user: drh tags: sqlite_system_errno)
10:49
Merge updates from trunk. (check-in: 86ab864396 user: drh tags: sqlite_system_errno)
09:56
Change the way fts5 internally allocates segment ids in order to eliminated non-determinism from the module. (check-in: d6e2637df1 user: dan tags: trunk)
2016-03-17
19:28
Change the xGetLastError() method on the windows VFS so that it continues to format an error message (if requested) but returns the system error code, rather than an SQLite status code. (check-in: 1602f6b536 user: drh tags: sqlite_system_errno)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/lemon.html.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/tool/fts5txt2db.tcl.
Changes to ext/rbu/rbu1.test.
Changes to ext/rbu/rbudiff.test.
Added ext/rbu/rbuprogress.test.
Changes to ext/rbu/sqlite3rbu.c.
Changes to ext/rbu/sqlite3rbu.h.
Changes to ext/rbu/test_rbu.c.
Changes to src/expr.c.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to test/capi3.test.
Changes to test/capi3c.test.
Changes to test/exclusive.test.
Changes to test/memsubsys1.test.
Changes to test/mutex1.test.
Changes to test/releasetest.tcl.
Changes to test/sqldiff1.test.
Changes to test/tester.tcl.
Changes to test/wal2.test.
Changes to test/wal3.test.
Changes to tool/sqldiff.c.