SQLite

Check-in [f8bbb608cb]
Login

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

Overview
Comment:Merge in trunk enhancements.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | prepare_v3
Files: files | file ages | folders
SHA3-256: f8bbb608cbf6c245628e3d362e9181fb3dc402b1d8241bcb687caf395f63c916
User & Date: drh 2017-06-07 16:25:25.048
Context
2017-06-09
15:14
Merge enhancements and fixes from trunk. (check-in: 3fd050c343 user: drh tags: prepare_v3)
2017-06-07
16:25
Merge in trunk enhancements. (check-in: f8bbb608cb user: drh tags: prepare_v3)
2017-06-06
18:20
Add the SQLITE_DEFAULT_ROWEST compile-time option for changing the estimated number of rows in tables that lack sqlite_stat1 entries. (check-in: 234ede26e3 user: drh tags: trunk)
2017-06-01
00:54
Add interfaces sqlite3_prepare_v3() and sqlite3_prepare16_v3() with the extra prepFlags argument. Add the SQLITE_PREPARE_PERSISTENT option as one bit in that argument. (check-in: 4a25c58833 user: drh tags: prepare_v3)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/lemon.html.
Changes to ext/misc/series.c.
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/insert.c.
Changes to src/shell.c.
Changes to src/test_fs.c.
Changes to src/vdbe.c.
Changes to src/wherecode.c.
Changes to test/kvtest.c.
Changes to test/vtabH.test.