SQLite

Check-in [f360818737]
Login

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

Overview
Comment:Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f360818737e73ee4f944685a547abc8f14f47819
User & Date: drh 2016-12-07 15:49:02.031
Context
2016-12-07
17:06
Put the SQLITE_UNTESTABLE compile-time option in the correct order for PRAGMA compile_options. (check-in: 24574a15a3 user: drh tags: trunk)
15:49
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE. (check-in: f360818737 user: drh tags: trunk)
15:38
Prevent the flattening or where-term push-down optimizations from obscuring misuses of SQL row values that can lead to crashes or assert() failures. (check-in: 433d16ff3a user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/bitvec.c.
Changes to src/ctime.c.
Changes to src/date.c.
Changes to src/fault.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/random.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/test_config.c.
Changes to src/test_func.c.
Changes to src/util.c.
Changes to src/vdbe.c.