SQLite

Changes On Branch apple-osx
Login

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

Changes In Branch apple-osx Excluding Merge-Ins

This is equivalent to a diff from 85d3dc8c to d6fda470

2020-04-16
11:35
Improve corruption detection in fts3 shadow tables earlier in order to prevent an assert() from failing. (check-in: a9ec8c8f user: dan tags: trunk)
2020-04-14
15:48
Add the UINT collating sequence extension. The implementation is copied out of the "natsort" branch. (check-in: 6f46c6e3 user: drh tags: trunk)
15:24
Merge trunk enhancements. (check-in: f1c284dd user: drh tags: natsort)
2020-04-09
18:51
Merge recent trunk changes into the apple-osx branch. (Leaf check-in: d6fda470 user: drh tags: apple-osx)
18:46
Merge recent trunk enhancements into the wal2 branch. (check-in: 6fb87062 user: drh tags: wal2)
18:44
Merge recent trunk enhancements into the begin-concurrent-pnu branch. (check-in: cedd138c user: drh tags: begin-concurrent-pnu)
18:29
Merge recent trunk enhancements into the begin-concurrent branch. (check-in: 92f71a88 user: drh tags: begin-concurrent)
15:31
When compiling the shell for WinRT, avoid using Win32 APIs that are unavailable. (check-in: 85d3dc8c user: mistachkin tags: trunk)
2020-04-07
15:07
Limit LIKE/GLOB pattern length to 100 bytes (default is 50K) when running dbsql cases in the fuzzcheck utility. (check-in: 10306118 user: drh tags: trunk)
2020-02-01
14:29
Fix a problem in sqlite3CodecQueryParameters() that was introduced by the query parameter encoding changes for the 3.31.1 release. (check-in: 1240ee4f user: drh tags: apple-osx)

Changes to Makefile.in.

Changes to ext/fts5/test/fts5misc.test.

Changes to ext/rtree/rtree.c.

Added ext/sqlrr/README.txt.

Added ext/sqlrr/sqlrr.c.

Added ext/sqlrr/sqlrr.h.

Changes to main.mk.

Changes to src/btree.c.

Changes to src/btreeInt.h.

Changes to src/legacy.c.

Changes to src/main.c.

Changes to src/os.c.

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/pcache1.c.

Changes to src/pragma.c.

Changes to src/prepare.c.

Changes to src/sqlite.h.in.

Added src/sqlite3_private.h.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test_config.c.

Changes to src/test_superlock.c.

Changes to src/vdbe.c.

Changes to src/vdbeapi.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to test/8_3_names.test.

Changes to test/altertab.test.

Changes to test/attach.test.

Changes to test/attach4.test.

Changes to test/bind.test.

Changes to test/cache.test.

Changes to test/dbstatus2.test.

Changes to test/e_wal.test.

Changes to test/e_walckpt.test.

Changes to test/exclusive.test.

Changes to test/fallocate.test.

Changes to test/filter1.test.

Changes to test/incrblob3.test.

Changes to test/incrvacuum2.test.

Changes to test/join.test.

Changes to test/journal3.test.

Changes to test/lock5.test.

Changes to test/lock6.test.

Added test/lock_proxy.test.

Changes to test/main.test.

Changes to test/malloc_common.tcl.

Changes to test/manydb.test.

Changes to test/memdb.test.

Changes to test/memsubsys1.test.

Changes to test/multiplex.test.

Changes to test/pager1.test.

Changes to test/pagerfault.test.

Changes to test/pcache.test.

Changes to test/pragma.test.

Changes to test/pragma4.test.

Changes to test/rowallock.test.

Changes to test/shared.test.

Changes to test/shrink.test.

Changes to test/stmt.test.

Changes to test/superlock.test.

Changes to test/tempdb.test.

Changes to test/tester.tcl.

Changes to test/tkt-2d1a5c67d.test.

Changes to test/tkt-313723c356.test.

Changes to test/tkt3457.test.

Changes to test/wal.test.

Changes to test/wal2.test.

Changes to test/wal3.test.

Changes to test/wal4.test.

Changes to test/wal5.test.

Changes to test/wal6.test.

Changes to test/wal7.test.

Changes to test/wal8.test.

Changes to test/wal_common.tcl.

Changes to test/walbak.test.

Changes to test/walbig.test.

Changes to test/walcksum.test.

Changes to test/walcrash.test.

Changes to test/walcrash2.test.

Changes to test/walcrash3.test.

Changes to test/walfault.test.

Changes to test/walhook.test.

Changes to test/walmode.test.

Changes to test/walnoshm.test.

Changes to test/walpersist.test.

Changes to test/walro.test.

Changes to test/walshared.test.

Changes to test/walslow.test.

Changes to test/walthread.test.

Changes to test/window1.test.

Changes to tool/mksqlite3c.tcl.