SQLite

Check-in [dbedd81bf2]
Login

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

Overview
Comment:Merge latest trunk changes into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | reuse-schema
Files: files | file ages | folders
SHA3-256: dbedd81bf2e29ae9ed88526c1cc97e5c4d0a256ad7d960304bbb5e15c44f51f0
User & Date: dan 2019-02-11 20:13:13.880
Context
2019-02-12
19:20
Share schemas between databases attached to the same database handle. (check-in: ea611d7cba user: dan tags: reuse-schema)
2019-02-11
20:13
Merge latest trunk changes into this branch. (check-in: dbedd81bf2 user: dan tags: reuse-schema)
19:34
Add eponymous virtual table "schemapool". For inspecting the current contents of the schema-pool. (check-in: 2ebeb74783 user: dan tags: reuse-schema)
16:12
Fix another segfault that could occur in fts5 with a corrupted database. (check-in: 09e337386b user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/test/fts5corrupt3.test.
Changes to ext/misc/memtrace.c.
Changes to ext/misc/prefixes.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/malloc.c.
Changes to src/pager.c.
Changes to src/pcache1.c.
Changes to src/pragma.h.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_journal.c.
Changes to src/tokenize.c.
Changes to src/vdbemem.c.
Changes to src/wherecode.c.
Changes to test/altertab2.test.
Changes to test/altertab3.test.
Changes to test/autoindex5.test.
Changes to test/dbfuzz001.test.
Changes to test/e_vacuum.test.
Changes to test/fts3corrupt4.test.
Changes to test/fuzzcheck.c.
Changes to test/join5.test.
Changes to test/releasetest.tcl.
Changes to test/shell4.test.
Changes to test/walfault2.test.
Changes to test/with1.test.
Changes to tool/mkpragmatab.tcl.