SQLite

Changes On Branch new-security-options
Login

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

Changes In Branch new-security-options Excluding Merge-Ins

This is equivalent to a diff from 1c76f1d8 to 318ff772

2020-01-09
20:44
Merge in the untrusted-schema enhancements. See doc/trusted-schema.md for details. (check-in: 5720924c user: drh tags: trunk)
20:11
Fix an assert() in window.c that could fail with some obscure SELECT statements that use window functions. Ticket [678ecf429f8d1a5f] (check-in: 83dc5567 user: dan tags: trunk)
16:28
Fix a problem in the encoding display in the updated PRAGMA function_list. (Closed-Leaf check-in: 318ff772 user: drh tags: new-security-options)
16:00
Fix minor typos in the trusted-schema.md document. (check-in: 87aea3ab user: drh tags: new-security-options)
2020-01-08
13:08
Merge recent changes from trunk. (check-in: 5962921f user: drh tags: new-security-options)
12:17
When doing a text-to-double conversion on a BLOB with an odd number of bytes and assuming a UTF16 encoding, ignore the last byte. Ticket [9eda2697f5cc1aba]. (check-in: 1c76f1d8 user: drh tags: trunk)
11:36
Fix a minor formatting error in the display of BLOB values during VDBE tracing. (check-in: 29544288 user: drh tags: trunk)

Added doc/trusted-schema.md.

Changes to ext/icu/icu.c.

Changes to ext/misc/amatch.c.

Changes to ext/misc/completion.c.

Changes to ext/misc/compress.c.

Changes to ext/misc/csv.c.

Changes to ext/misc/eval.c.

Changes to ext/misc/fileio.c.

Changes to ext/misc/fossildelta.c.

Changes to ext/misc/fuzzer.c.

Changes to ext/misc/ieee754.c.

Changes to ext/misc/json1.c.

Changes to ext/misc/nextchar.c.

Added ext/misc/noop.c.

Changes to ext/misc/percentile.c.

Changes to ext/misc/prefixes.c.

Changes to ext/misc/regexp.c.

Changes to ext/misc/rot13.c.

Changes to ext/misc/series.c.

Changes to ext/misc/sha1.c.

Changes to ext/misc/shathree.c.

Changes to ext/misc/spellfix.c.

Changes to ext/misc/sqlar.c.

Changes to ext/misc/totype.c.

Changes to ext/misc/uuid.c.

Changes to ext/misc/wholenumber.c.

Changes to ext/misc/zipfile.c.

Changes to ext/rtree/geopoly.c.

Changes to src/attach.c.

Changes to src/build.c.

Changes to src/callback.c.

Changes to src/dbpage.c.

Changes to src/dbstat.c.

Changes to src/expr.c.

Changes to src/main.c.

Changes to src/pragma.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/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/tclsqlite.c.

Changes to src/treeview.c.

Changes to src/vtab.c.

Changes to test/fts3atoken.test.

Changes to test/func.test.

Changes to test/pragma5.test.

Changes to test/tclsqlite.test.

Added test/trustschema1.test.

Changes to tool/mkpragmatab.tcl.