SQLite

Check-in [a15c49aed0]
Login

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

Overview
Comment:Merge all recent enhancements from trunk.
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: a15c49aed09a6f431022bc73aa98b04165649192
User & Date: drh 2016-04-21 15:35:21.927
Context
2016-04-29
15:52
Merge enhancements from trunk, and in particular the TEMP file deferred I/O enhancements. (check-in: 81b76901e6 user: drh tags: apple-osx)
2016-04-21
15:35
Merge all recent enhancements from trunk. (check-in: a15c49aed0 user: drh tags: apple-osx)
02:27
Add the SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION method for enabling sqlite3_load_extension() while leaving the load_extension() SQL function disabled. (check-in: c4f165c460 user: drh tags: trunk)
2016-03-29
10:30
Merge 3.12.0 changes. (check-in: eef557449c user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to VERSION.
Changes to autoconf/Makefile.msc.
Changes to configure.
Changes to ext/fts3/fts3_test.c.
Changes to ext/fts3/tool/fts3view.c.
Changes to ext/fts5/fts5_hash.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/icu/icu.c.
Changes to ext/misc/amatch.c.
Changes to ext/misc/fuzzer.c.
Changes to ext/misc/regexp.c.
Changes to ext/misc/spellfix.c.
Changes to ext/rbu/sqlite3rbu.c.
Added ext/session/changeset.c.
Added ext/session/session1.test.
Added ext/session/session2.test.
Added ext/session/session3.test.
Added ext/session/session4.test.
Added ext/session/session5.test.
Added ext/session/session6.test.
Added ext/session/session8.test.
Added ext/session/session9.test.
Added ext/session/sessionA.test.
Added ext/session/sessionB.test.
Added ext/session/sessionC.test.
Added ext/session/sessionD.test.
Added ext/session/sessionE.test.
Added ext/session/sessionF.test.
Added ext/session/sessionG.test.
Added ext/session/session_common.tcl.
Added ext/session/sessionfault.test.
Added ext/session/sessionfault2.test.
Added ext/session/sqlite3session.c.
Added ext/session/sqlite3session.h.
Added ext/session/test_session.c.
Changes to main.mk.
Changes to src/analyze.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/date.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/insert.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/memjournal.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/parse.y.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_devsym.c.
Changes to src/test_journal.c.
Changes to src/test_malloc.c.
Changes to src/test_multiplex.c.
Changes to src/test_onefile.c.
Changes to src/test_osinst.c.
Changes to src/test_syscall.c.
Changes to src/test_vfs.c.
Changes to src/tokenize.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/wal.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/auth.test.
Changes to test/bestindex1.test.
Changes to test/delete4.test.
Changes to test/fkey6.test.
Changes to test/hook.test.
Changes to test/intpkey.test.
Changes to test/loadext.test.
Changes to test/permutations.test.
Changes to test/pragma.test.
Changes to test/savepoint7.test.
Added test/session.test.
Changes to test/shell1.test.
Changes to test/snapshot.test.
Changes to test/sort5.test.
Changes to test/speedtest1.c.
Changes to test/tclsqlite.test.
Changes to test/tester.tcl.
Changes to test/view.test.
Changes to tool/logest.c.
Changes to tool/mkopcodeh.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/mksqlite3h.tcl.
Changes to tool/run-speed-test.sh.
Changes to tool/showdb.c.
Changes to tool/symbols.sh.