- 99abba9 Added note to README.md to indicate unofficial repository. by Chris Mumford · 5 years ago chromium chromium-version-3.38.1 chromium-version-3.39.1
- 92a27f7 Extend the OP_Copy-coalesce optimization fix of check-in [b36126c1889e323c] by drh · 5 years ago
- 40d1db8 Fix a problem with the byte-code decompiler that was inserted by the by drh · 5 years ago
- 51f37b2 Cosmetic change to the xfer-optimization to put the OP_RowData opcode closer by drh · 5 years ago
- 081ce20 Increase the version number to 3.32.0. by drh · 5 years ago
- 9dce0ef On an INSERT or UPDATE, perform affinity conversions on new data prior to by drh · 5 years ago
- d7b10d7 Fix the comment display for the OP_Function opcode. And at the same time, by drh · 5 years ago
- 745befd Merge the sqlite3CodecQueryParameters() fix into trunk. by drh · 5 years ago
- 1eac966 Fix a problem in sqlite3CodecQueryParameters() that was introduced by the by drh · 5 years ago
- 7aedd5d Fix a minor typo in a comment in the btreeinfo extension. by drh · 5 years ago
- d03f77a Fix a problem with the processing of IN(...) constraints handled by virtual table implementations that do not set the "omit" flag when the virtual table column contains at least one NULL value. by dan · 5 years ago
- 759e9cc Add a test case for commit [ffd8bb93]. by dan · 5 years ago
- 48118e4 Remove a NEVER() that is in fact reachable. Test cases in dbsqlfuzz and TH3. by drh · 5 years ago
- ffd3fd0 Add new memory barriers during initialization. by drh · 5 years ago
- 9ca9a53 Modify a couple of FTS test cases so that they work on big-endian platforms. by drh · 5 years ago
- 02a95eb Faster decoding of 32-bit variable-length integers in cases were we do not by drh · 5 years ago
- 925ab5c Small performance improvement to the key-comparision routine for strings. by drh · 5 years ago
- fbfd113 Reinstate the optimization of converting "a IN (C)" into "a=C" but only by drh · 5 years ago
- 4b2f45b Fix a 4 byte OOB read in test_multiplex.c. by dan · 5 years ago
- b9f2e5f Minor change for compatibility with the s390 architecture. by drh · 5 years ago
- 562fd18 Version 3.31.1 by drh · 5 years ago upstream/version-3.31.1
- f54f105 Update the version number to 3.31.1. by drh · 5 years ago
- 532b0d2 Revise the layout of filenames in the Pager object so that it is unchanged by drh · 5 years ago
- 9a3bdeb Fix typos in the sqlite3ext.h header file that prevent some newer APIs from by drh · 5 years ago
- 8122c6e Fix variable declaration issue seen with MSVC. by mistachkin · 5 years ago
- 78b5220 Fix a NEVER() macro that can be true if compiled with by drh · 5 years ago
- 1a3220a Version 3.31.0 by drh · 5 years ago upstream/version-3.31.0
- d0add94 Update test file exclusive.test so that it works with the "journaltest" permutation. by dan · 5 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 · 5 years ago
- 7d2a1be Fix a case in fts3auto.test that fails for SQLITE_DISABLE_FTS4_DEFERRED builds. by dan · 5 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 · 5 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 · 5 years ago
- 988af25 Fix the series.c and spellfix.c extensions to use SQLITE_VTAB_INNOCUOUS by drh · 5 years ago
- cbf1c8c Improvements to the autoconf TEA Makefile for MSVC. by mistachkin · 5 years ago
- be03cc9 In the fuzzcheck test program, reduce the default expression depth limit by drh · 5 years ago
- 4b86e20 Enhancement to the CLI to allow the ".parameter init" command to work by drh · 5 years ago
- 38e14fb Documentation improvements. by drh · 5 years ago
- 76a1fce In the TCL interface, add the ability to change the by drh · 5 years ago
- fe70460 Allow non-deterministic function in CHECK constraints. It turns out that by drh · 5 years ago
- f71eb20 Do not use memcpy() of zero bytes when initializing a pager. This avoids by drh · 5 years ago
- a01fda7 Disable a redundant test case that uses a very large stack, and hence by drh · 5 years ago
- 5917117 Fix harmless compiler warning seen with MSVC. by mistachkin · 5 years ago
- cea7b5d Add extra front margin to the fake empty filename returned by by drh · 5 years ago
- 1ee02a1 Fix the VDBE so that it correctly handles the sequence of operations by drh · 5 years ago
- 2d58b7f Fix a typo in a comment. No code changes. by drh · 5 years ago
- 929a940 The compress() function should not be deterministic since the same input can by drh · 5 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 upstream/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 upstream/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