- 562fd18 Version 3.31.1 by drh ยท 6 years ago version-3.31.1
- f54f105 Update the version number to 3.31.1. by drh ยท 6 years ago
- 532b0d2 Revise the layout of filenames in the Pager object so that it is unchanged by drh ยท 6 years ago
- 9a3bdeb Fix typos in the sqlite3ext.h header file that prevent some newer APIs from by drh ยท 6 years ago
- 8122c6e Fix variable declaration issue seen with MSVC. by mistachkin ยท 6 years ago
- 78b5220 Fix a NEVER() macro that can be true if compiled with by drh ยท 6 years ago
- 1a3220a Version 3.31.0 by drh ยท 6 years ago version-3.31.0
- d0add94 Update test file exclusive.test so that it works with the "journaltest" permutation. by dan ยท 6 years ago
- 8c812f9 Fix a problem with using views in SQLITE_OMIT_VIRTUAL_TABLE builds. Also some test case fixes required for the same builds. by dan ยท 6 years ago
- 7d2a1be Fix a case in fts3auto.test that fails for SQLITE_DISABLE_FTS4_DEFERRED builds. by dan ยท 6 years ago
- 70a3270 Fix an assert() that could fail in SQLITE_MUTATION_TEST builds following an error in a query that uses CTEs. by dan ยท 6 years ago
- 39ef8b3 Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. by dan ยท 6 years ago
- 988af25 Fix the series.c and spellfix.c extensions to use SQLITE_VTAB_INNOCUOUS by drh ยท 6 years ago
- cbf1c8c Improvements to the autoconf TEA Makefile for MSVC. by mistachkin ยท 6 years ago
- be03cc9 In the fuzzcheck test program, reduce the default expression depth limit by drh ยท 6 years ago
- 4b86e20 Enhancement to the CLI to allow the ".parameter init" command to work by drh ยท 6 years ago
- 38e14fb Documentation improvements. by drh ยท 6 years ago
- 76a1fce In the TCL interface, add the ability to change the by drh ยท 6 years ago
- fe70460 Allow non-deterministic function in CHECK constraints. It turns out that by drh ยท 6 years ago
- f71eb20 Do not use memcpy() of zero bytes when initializing a pager. This avoids by drh ยท 6 years ago
- a01fda7 Disable a redundant test case that uses a very large stack, and hence by drh ยท 6 years ago
- 5917117 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 6 years ago
- cea7b5d Add extra front margin to the fake empty filename returned by by drh ยท 6 years ago
- 1ee02a1 Fix the VDBE so that it correctly handles the sequence of operations by drh ยท 6 years ago
- 2d58b7f Fix a typo in a comment. No code changes. by drh ยท 6 years ago
- 929a940 The compress() function should not be deterministic since the same input can by drh ยท 6 years ago
- ef9f719 Fix #ifdefs so it compiles cleanly with all SQLITE_OMIT compile-time options. by drh ยท 6 years ago
- 915530d Improved rounding in the 'unixepoch' feature of the date and time functions. by drh ยท 6 years ago
- a369d98 Update test script instrfault.test to account for the fact that bound blob values cast to text values are now intepreted using the text encoding of the database, instead of always as utf-8. by dan ยท 6 years ago
- d1eb23c Fix a case in "fuzz.test" that could fail, as non-deterministic functions may no longer appear in CHECK constraints. by dan ยท 6 years ago
- be0330e New testcase() macros in select.c, for coverage of the change from two by drh ยท 6 years ago
- 1d7d8c8 Add the SQLITE_FCNTL_CKPT_DONE file-control for the use of custom VFSs. by dan ยท 6 years ago
- 39df24a Do not allow the constant-propagation optimization to apple to ON/USING clause by drh ยท 6 years ago
- 7db212a Fix an SQL syntax error in the comment on the omit-left-join optimization. by drh ยท 6 years ago
- 7d07a5f Clean up the definitions of the TERM_ constants in the code generator. by drh ยท 6 years ago
- b5f0e40 Do not allow the "PRAGMA encoding" statement to change the database by drh ยท 6 years ago
- be22a85 Fix the urifuncs.c extension (used for testing and debugging only) so that by drh ยท 6 years ago
- 05e8c54 Remove an ALWAYS on a branch for improved database corruption detection by drh ยท 6 years ago
- 299b102 Add the new noop_nd() debugging function to the noop.c extension. by drh ยท 6 years ago
- c1f73e2 For the showdb utility program, more accurate detection of when the database by drh ยท 6 years ago
- 76c1206 Fix a minor typo on a comment in the CLI implementation. by drh ยท 6 years ago
- a14de91 Improvements to sqlite3_open_v2() documentation. by drh ยท 6 years ago
- c6b2f9e More documentation updates. No code changes. by drh ยท 6 years ago
- 3c86702 Documentation updates. No changes to code. by drh ยท 6 years ago
- 3b8eb08 Better than removing the incorrect assert() is to change it into a by drh ยท 6 years ago
- d8df36b Change the zipfile virtual table so that the xBestIndex method gives a by drh ยท 6 years ago
- ca7d3e1 Remove an incorrect assert(). Fix for ticket [614b25314c766238] by drh ยท 6 years ago
- ffe4d4a New apis: sqlite3_filename_database(), sqlite3_filename_journal(), and by drh ยท 6 years ago
- cdfadc7 Minor changes for consistency between sqlite3_filename_wal() and by drh ยท 6 years ago enhanced-uri
- 8080403 Redesign for better legacy compatibility. Add the sqlite3_uri_key() interface. by drh ยท 6 years ago
- 8875b9e Rearchitect the way in which filenames are stored in the Pager object so that by drh ยท 6 years ago
- b2fe5a7 Fix to the register validity tracking logic in debug builds. No impact by drh ยท 6 years ago
- e5f8801 Documentation updates on newer APIs. No changes to code. by drh ยท 6 years ago
- 2e22579 Fix the fossildelta.c extension so that it will compile on mingw. by drh ยท 6 years ago
- bebce86 Merge in the untrusted-schema enhancements. by drh ยท 6 years ago
- 32d184e Only register the fts3_tokenizer() function using a single text encoding. by drh ยท 6 years ago
- 7be5e3d Fix a harmless compiler warning. by drh ยท 6 years ago
- fbb6e9f Fix an assert() in window.c that could fail with some obscure SELECT statements that use window functions. by dan ยท 6 years ago
- b84fda3 Fix a problem in the encoding display in the updated PRAGMA function_list. by drh ยท 6 years ago new-security-options
- 51ebd5f Fix minor typos in the trusted-schema.md document. by drh ยท 6 years ago
- 3858be3 Minor formatting changes in the trusted-schema.md document. by drh ยท 6 years ago
- b0c4ef7 Design notes for the new-security-options branch. by drh ยท 6 years ago
- 32266a1 Simplified error message for the unsafe use of a virtual table. by drh ยท 6 years ago
- 05b32ee Fix a problem that restricted edgy functions in TEMP tables. by drh ยท 6 years ago
- 014fff2 Block edgy functions used in DEFAULT constraints. by drh ยท 6 years ago
- 2eeca20 Performance improvements and test cases added. Allow "PRAGMA trusted_schema=ON" by drh ยท 6 years ago
- 0dfa525 Check for whether or not it is safe to use non-innocuous functions as the by drh ยท 6 years ago
- 15f3eac Provide the -innocuous option to the "db func" method in the TCL interface. by drh ยท 6 years ago
- 6d35956 Fix the rot13.c extension to be deterministic. Add the noop.c extension. by drh ยท 6 years ago
- b7e5199 In the TreeView debugging output, show a "DDL" mark on SrcList and Expr nodes by drh ยท 6 years ago
- 19ca76a Merge recent changes from trunk. by drh ยท 6 years ago
- 87969b2 When doing a test-to-double conversion on a BLOB with an odd number of bytes by drh ยท 6 years ago
- ded33cc Fix a minor formatting error in the display of BLOB values during VDBE tracing. by drh ยท 6 years ago
- 4a62581 Improvements to the documentation of sqlite3_create_collation(). by drh ยท 6 years ago
- f8f76d6 Simplification of the logic in the constant-propagation optimization. by drh ยท 6 years ago
- c9301e6 Fix the constant propagation optimization so that it does not try to by drh ยท 6 years ago
- 97bffe6 Fix a misworded comment. No code changes. by drh ยท 6 years ago
- 2b1c2aa Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set by drh ยท 6 years ago
- 3f68142 Enforce SQLITE_VTABRISK restrictions. by drh ยท 6 years ago
- 406dfcb Fix a performance regression caused by the previous check-in. by drh ยท 6 years ago
- b77da37 Invert the UNTRUSTED_SCHEMA setting to be TRUSTED_SCHEMA. by drh ยท 6 years ago
- 46d9874 Merge recent fixes from trunk. by drh ยท 6 years ago
- 42925d1 Add an "|| CORRUPT_DB" term to an assert() statement inside of btree. by drh ยท 6 years ago
- 262efe4 Fix an instance of an undefined behaviour (a left-shift of a 64-bit unsigned integer by a value greater than 64) that could occur in fts3. by dan ยท 6 years ago
- cbae3f8 In the typeof() optimization in OP_Column, expand the size of the bogus buffer by drh ยท 6 years ago
- 1402b8e Merge enhancements from trunk. by drh ยท 6 years ago
- 5ca0632 Rewrite the (debugging use only) sqlite3VdbeMemPrettyPrint() function to use by drh ยท 6 years ago
- 2e26a60 Backout change [4d0b9109f7a5312d4e1] because the conditional it added is by drh ยท 6 years ago
- 65cdae0 Move variable declaration to start-of-block for MSVC. by mistachkin ยท 6 years ago
- b592d47 Do not attempt to use the skip-scan optimization if prior terms of the by drh ยท 6 years ago
- 9e10f9a Ensure the SF_Aggregate flag on a SELECT statement is set if a DISTINCT is transformed to a GROUP BY. Ticket [9c944882]. by dan ยท 6 years ago
- 2928a15 Refactor names of flags for improved legibility. by drh ยท 6 years ago
- 628b1a3 Remove a NEVER in btree due to a new test case from dbsqlfuzz. by drh ยท 6 years ago
- 67c8265 Refactor the names of the new controls for restricting what actions the schema by drh ยท 6 years ago
- 337ca51 Enhance PRAGMA function_list to show internal functions if the direct use by drh ยท 6 years ago
- 0ad4f79 Merge all fixes and enhancements from trunk. by drh ยท 6 years ago
- 2e5bedd Fix DBSTAT so that it returns now rows, rather than an error when the by drh ยท 6 years ago
- 17aceeb Fix harmless compiler warnings. by drh ยท 6 years ago
- 664d80b Omit the omit flat from eq constraints on column "name" of dbstat virtual tables. Fix for [74a4c386]. by dan ยท 6 years ago
- 56ea69b Record when the OP_IfNotOpen branch is and is not taken. by drh ยท 6 years ago