- 2826918 The RTREE extension behaves has if data columns have type REAL, so we by drh ยท 6 years ago master
- 9e5ecdc In sqlite3changeset_apply(), ensure that DELETE and UPDATE changes are always executed on main database tables, not similarly named temp tables, as documented. INSERT statements are already being handled correctly. by dan ยท 6 years ago
- be284e4 Fix harmless compiler warnings from MSVC. by drh ยท 6 years ago
- 67e2bb9 Optimization for "SELECT min(x) FROM tbl" where "x" is indexed and NOT NULL. This also allows similar queries on NOT NULL virtual table columns to be optimized. by dan ยท 6 years ago
- 47a60d4 Extra zero terminators on the end of the blank filename returned by by drh ยท 6 years ago
- df97d43 Ensure that the filename passed into the xFullPathname method of the VFS is by drh ยท 6 years ago
- a8781d9 Update the fuzzcheck test module so that it avoids inserting text values by drh ยท 6 years ago
- f575c1c If STAT4 determines that a WHERE clause term that is not used by an index by drh ยท 6 years ago
- f06cdde Rework this changes so that instead of setting the WhereTerm.truthProb when by drh ยท 6 years ago
- 35d3cb8 Disable the new analyzeG.test module if not building with STAT4. by drh ยท 6 years ago
- 2ed1b0e Merge bugfix from trunk. by drh ยท 6 years ago
- 0990c41 Fix a problem with ALTER TABLE for views that have a nested FROM clause. by drh ยท 6 years ago
- cea1951 Do not activate the truthProb adjustment mechanism if the truth probability by drh ยท 6 years ago
- 5c19346 Add new test file analyzeG.test, containing a test for the change on this branch. by dan ยท 6 years ago
- 89efac9 When stat4 information is available, try to use it to improve the truth by drh ยท 6 years ago
- e8c4f03 In the OP_Column opcode, if the cursor is marked NullRow (due to being the by drh ยท 6 years ago
- 8a64d62 Add test case for previous commit. by dan ยท 6 years ago
- 5f69512 Early-out on the INTERSECT query processing following an error. by drh ยท 6 years ago
- 1cfee74 Fix a potential NULL pointer dereference following OOM. Problem discovered by drh ยท 6 years ago
- 4b9e736 Remove a NEVER() macro and add a test case to cause its argument to be true. by drh ยท 6 years ago
- 4defddd Add the new sqlite3_create_filename() and sqlite3_free_filename() interfaces by drh ยท 6 years ago
- 0184a25 Convert invalid surrogates to 0xfffd when translating UTF. by drh ยท 6 years ago
- 78d1d22 A better (smaller and faster) solution to ticket [4374860b29383380]. by drh ยท 6 years ago
- bf48ce4 Take care when checking the table of a TK_COLUMN expression node to see if the by drh ยท 6 years ago
- ac9e184 Avoid an infinite recursion on an illegal recursive definition of an by drh ยท 6 years ago
- fdfd45a Fix problems in the constant propagation optimization that were introduced by drh ยท 6 years ago
- ab7fdca Disallow the skip-scan optimization in the absence of sqlite_stat1 data. by drh ยท 6 years ago
- 0ba3621 Omit O_NOFOLLOW from the open() call when opening /dev/null, since /dev/null by drh ยท 6 years ago
- 77c9b3c Fix an incorrect assert() statement that was added yesterday. by drh ยท 6 years ago
- efdba1a Increase the default upper bound on the number of parameters in a single by drh ยท 6 years ago
- 41aa442 When determining whether an == or IS constraint in a WHERE clause makes an ORDER BY term redundant, consider the collation sequence used by the == or IS comparison, not the collation sequence of the comparison expression itself. Possible fix for [fb8c538a8f]. by dan ยท 6 years ago
- df9b5ca Mark the sha1() extension function as SQLITE_DETERMINISTIC. by drh ยท 6 years ago
- b666474 Fix the build for when SQLITE_VDBE_COVERAGE is used. by drh ยท 6 years ago
- dc4f6fc During byte-code generation, strive to avoid jumps that merely jump to the by drh ยท 6 years ago
- b48c0d5 Simplify the code by removing the unsupported and undocumented by drh ยท 6 years ago
- c84ad31 There is no need to keep track of the number of changed rows or of the by drh ยท 6 years ago
- 0de19ca Unroll the comparison loop inside keywordCode() for to avoid unnecessary by drh ยท 6 years ago
- c879c4e Separate OP_IdxInsert and OP_SorterInsert into completely separate opcodes, by drh ยท 6 years ago
- 5bdad79 Remove dead code from the sqlite3_filename_database() function. by drh ยท 6 years ago
- fcbc673 Fix some fts3 problems found by usan. by dan ยท 6 years ago
- 2a74006 Small size reduction and performance improvement in the by drh ยท 6 years ago
- 3cdc820 Enable more detailed log messages in SQLITE_ENABLE_CORRUPT_PGNO builds if database corruption is encountered. by dan ยท 6 years ago
- 92a27f7 Extend the OP_Copy-coalesce optimization fix of check-in [b36126c1889e323c] by drh ยท 6 years ago
- 40d1db8 Fix a problem with the byte-code decompiler that was inserted by the by drh ยท 6 years ago
- 51f37b2 Cosmetic change to the xfer-optimization to put the OP_RowData opcode closer by drh ยท 6 years ago
- 081ce20 Increase the version number to 3.32.0. by drh ยท 6 years ago
- 9dce0ef On an INSERT or UPDATE, perform affinity conversions on new data prior to by drh ยท 6 years ago
- d7b10d7 Fix the comment display for the OP_Function opcode. And at the same time, by drh ยท 6 years ago
- 745befd Merge the sqlite3CodecQueryParameters() fix into trunk. by drh ยท 6 years ago
- 1eac966 Fix a problem in sqlite3CodecQueryParameters() that was introduced by the by drh ยท 6 years ago
- 7aedd5d Fix a minor typo in a comment in the btreeinfo extension. by drh ยท 6 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 ยท 6 years ago
- 759e9cc Add a test case for commit [ffd8bb93]. by dan ยท 6 years ago
- 48118e4 Remove a NEVER() that is in fact reachable. Test cases in dbsqlfuzz and TH3. by drh ยท 6 years ago
- ffd3fd0 Add new memory barriers during initialization. by drh ยท 6 years ago
- 9ca9a53 Modify a couple of FTS test cases so that they work on big-endian platforms. by drh ยท 6 years ago
- 02a95eb Faster decoding of 32-bit variable-length integers in cases were we do not by drh ยท 6 years ago
- 925ab5c Small performance improvement to the key-comparision routine for strings. by drh ยท 6 years ago
- fbfd113 Reinstate the optimization of converting "a IN (C)" into "a=C" but only by drh ยท 6 years ago
- 4b2f45b Fix a 4 byte OOB read in test_multiplex.c. by dan ยท 6 years ago
- b9f2e5f Minor change for compatibility with the s390 architecture. by drh ยท 6 years ago
- 562fd18 Version 3.31.1 by drh ยท 6 years ago
- 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
- 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