- 03db962 Update test script fts3expr4.test so that it always creates fts3 tokenizers in by dan ยท 8 years ago
- 0ef54fa Fix a test script error causing tests to fail in soak.test. by dan ยท 8 years ago
- 6876dcc The previous fix for ticket [d85fffd6ffe856092ed8da] in check-in by drh ยท 8 years ago
- 909066b Ensure that new.* values of an UPDATE do not get clobbered after the by drh ยท 8 years ago
- de7ca50 Clarification of the behavior of a BEFORE UPDATE trigger when the trigger by drh ยท 8 years ago
- 1e08074 Update the "fuzz_malloc.test" script to print SQL statements in which OOM by dan ยท 8 years ago
- ccb9eb7 Remove a recently added NEVER() macro from a branch that can be taken in by dan ยท 8 years ago
- 820fcd2 Fix a problem with processing "LEFT JOIN tbl ON tbl.a = ? AND (tbl.b=? OR by dan ยท 8 years ago
- c447595 Do not attempt to use terms from the WHERE clause to drive indexes on the by drh ยท 8 years ago
- cb23e5d All the OR optimization to proceed even if the OR is also converted into by drh ยท 8 years ago
- 4da04f7 Do not attempt to read values from indexes-on-expressions if the index is on by dan ยท 8 years ago
- 4d3e614 Fix a memory leak following failure to open an external CSV file in the by drh ยท 8 years ago
- 8349c11 In EXPLAIN QUERY PLAN output, do not show an EXECUTE LIST SUBQUERY line for by drh ยท 8 years ago
- f49ff6f Fix a problem in sqlite3ExprCompare() associated with UPSERT. by drh ยท 8 years ago
- 42d1816 A few more tests for upsert. by dan ยท 8 years ago
- f3d7bbb Fix UPSERT so that it plays nicely with AUTOINCREMENT. by drh ยท 8 years ago
- 224d92c Add tests for name resolution in ON CONFLICT clauses. by dan ยท 8 years ago
- a46838c Add test cases for UPSERT. And a fix for a "REPLACE INTO ... ON CONFLICT" by dan ยท 8 years ago
- 7963691 Fix the handling of "PRAGMA count_changes=ON" with UPSERT. Also improved by drh ยท 8 years ago
- a67d02f Modify a test case in zipfile2.test to take into account that with some by dan ยท 8 years ago
- 482dc64 Add the --upsert option to the wordcount test program. by drh ยท 8 years ago
- bb6b1ca Fix a problem in the new upsert implemention, discovered by OSSFuzz. by drh ยท 8 years ago
- 5e3a6eb Fix the table name aliasing on INSERT so that it occurs before the column list by drh ยท 8 years ago
- dedff6b Add the "sorter-reference" optimization, allowing SQLite to be configured so by dan ยท 8 years ago
- 52b3e34 Minor changes to test script upsert4.test. by dan ยท 8 years ago
- 4e8b992 Fix a test case inside distinct.test. by drh ยท 8 years ago
- 370c326 Add extra test cases for UPSERT. by dan ยท 8 years ago
- 6651e10 Add support for PostgreSQL UPSERT syntax and functionality. by drh ยท 8 years ago
- 3bc4315 Enhance ALTER TABLE ADD COLUMN to support "DEFAULT true" and "DEFAULT false". by drh ยท 8 years ago
- 2cc0042 Add some more simple test cases for UPSERT. And a minor fix. by dan ยท 8 years ago
- 5015c9b New test cases for upsert. by drh ยท 8 years ago
- 2e3a5a8 Add SQLITE_CONFIG_SORTERREF_SIZE configuration option. by dan ยท 8 years ago
- 24e25d3 Experimental change to "SELECT * FROM ... ORDER BY" processing to load some by dan ยท 8 years ago
- c8a0c90 Get the ON CONFLICT DO NOTHING form of upsert working by mapping it by drh ยท 8 years ago
- d5af542 Get the conflict-target clause parsing working correctly, with test by drh ยท 8 years ago
- 3b45d8b Improved conflict-target matching logic. by drh ยท 8 years ago
- e9c2e77 Back off of the extended upsert syntax that allows multiple ON CONFLICT by drh ยท 8 years ago
- 788d55a Begin adding upsert logic. This is an incremental check-in. by drh ยท 8 years ago
- 84fbff1 Prohibit bound parameters in the arguments to table-valued functions within by drh ยท 8 years ago
- 0493222 Fix a problem causing the LEFT JOIN strength reduction optimization to be by dan ยท 8 years ago
- a1054dc Fix a problem causing the LEFT JOIN strength reduction optimization to be by dan ยท 8 years ago
- 9a3c375 Fix an instance where an uninitialized VM register might be accessed. Fix for by dan ยท 8 years ago
- 33fc277 Fix segfault in 'eval.c' extension when used with 'empty_result_callbacks'. by mistachkin ยท 8 years ago
- b14e6de Fix an error message in speedtest1.c and make the "trigger" testset sensitive by drh ยท 8 years ago
- b278c59 Update speedtest1.c with new testset "trigger" based on the tests in by dan ยท 8 years ago
- 22f60b8 Fix a few small test script issues affecting SQLITE_TEMP_STORE=3 builds. by dan ยท 8 years ago
- 4f9a7e5 Fix an assertion failure triggered by a SELECT with a compound sub-query that by dan ยท 8 years ago
- d99f49f Another change to test file zipfile.test to help it run on systems without "unzip". by dan ยท 8 years ago
- a8728e7 Fix a test script bug causing zipfile.test to fail on systems that do not have by dan ยท 8 years ago
- d88690b Update memdb1.test so that it works with SQLITE_DEFAULT_AUTOVACUUM builds. by dan ยท 8 years ago
- 928ba14 Fix a harmless compiler warning in the kvtest.exe program. by drh ยท 8 years ago
- 3a95c65 Add -DSQLITE_ENABLE_DESERIALIZE to the "Device-Two" configuration in by dan ยท 8 years ago
- 6a9b952 The push-down optimization was being too aggressive such that it sometimes by drh ยท 8 years ago
- b948948 Fix a typo preventing test script avtrans.test from running in auto-vacuum mode. by dan ยท 8 years ago
- e3eff26 Yet another fault in the sqlite3ExprImpliesNotNull() routine, causing errors by drh ยท 8 years ago
- 07f119e Fix a test script problem causing shell1.test to fail with by dan ยท 8 years ago
- 2c49206 Bug fix in the LEFT JOIN strength reduction optimization of by drh ยท 8 years ago
- cf847d4 Add some more tests for the IS TRUE / IS FALSE operators. by mistachkin ยท 8 years ago
- 9d10726 Enhance .schema in shell to enable matching patterns with literal underscores. by mistachkin ยท 8 years ago
- cedfecf Fix the ANALYZE command so that it will process tables whose names begin by drh ยท 8 years ago
- c6c5ab8 Add the left join strength reduction optimization. Enhance the push-down by drh ยท 8 years ago
- 66651c2 Add the --valid-sql option to the optfuzz test program. by drh ยท 8 years ago
- 00f0375 Get the optfuzz program working. by drh ยท 8 years ago
- 30f3013 Add the optfuzz.c program for verifying the query planner using a fuzzer. by drh ยท 8 years ago
- efce69d Do a more thorough job of cleaning erasing traces of the strength-reduced by drh ยท 8 years ago
- 2589787 If terms of the WHERE clause require that the right table in a LEFT JOIN by drh ยท 8 years ago
- f6e6f02 Fix incorrect testcase labels on two cases in join5.test. No changes to code. by drh ยท 8 years ago
- 93c803e Fix handling of "UPDATE OR REPLACE" statements run on zipfile virtual tables. by dan ยท 8 years ago testFixes
- d30830e Add a test case for the fix on this branch. by dan ยท 8 years ago
- 2cc8f48 For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. by mistachkin ยท 8 years ago
- d42d8ae Another Win32 portability fix for the 'zipfile' tests. by mistachkin ยท 8 years ago
- b5a4a70 Enable more 'zipfile' tests on Win32. by mistachkin ยท 8 years ago
- 3c6de32 Make a couple tests less sensitive to timing. by mistachkin ยท 8 years ago
- 2d44d55 Fix a duplicate test number and cleanup a bit of Makefile whitespace. by mistachkin ยท 8 years ago
- 9f2b045 Fix a problem in test script thread001.test causing a spurious "-1 files were by dan ยท 8 years ago
- 3571e7b Fix an issue with the fsdir() table-valued function not resetting correctly by drh ยท 8 years ago
- 20a1f35 Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status(). by drh ยท 8 years ago
- 15ca9e3 Disable one of the test cases from check-in [21ecbce1378f3cc4] when by drh ยท 8 years ago
- ffc78a4 Add the SQLITE_DBSTATUS_CACHE_SPILL option to sqlite3_db_status() by drh ยท 8 years ago dbstatus-cache-spill
- 68cf69e Improve detection of out-of-range parameters in sqlite3_stmt_status() for by dan ยท 8 years ago
- 840c300 Add more tests for the profile output of the Tcl trace_v2 method. by mistachkin ยท 8 years ago
- 42f3c5f Add support for INSERT OR REPLACE and INSERT OR IGNORE on the zipfile extension. by drh ยท 8 years ago
- 41a6f2c Improved error messages from the zipfile extension. by drh ยท 8 years ago
- 2d066bb Fix a problem in test file nockpt.test causing errors with by dan ยท 8 years ago
- 6131adc Fix a test case in zipfilefault.test so that it only runs if JSON1 is available. by drh ยท 8 years ago
- 069720e Fix harmless compiler warning. by mistachkin ยท 8 years ago
- 98cb7a4 Enable compilation of 'sessionfuzz' tool using MSVC. by mistachkin ยท 8 years ago
- f94c190 Add the sessionfuzz test program and data obtained from a week of running by drh ยท 8 years ago
- ac8ba26 Fix utility compilation issues with MSVC. by mistachkin ยท 8 years ago
- b0f0dc3 Add the sqlite3_serialize() and sqlite3_deserialize() interfaces, enabled by drh ยท 8 years ago
- 9c6396e Improved documentation for sqlite3_serialize() and sqlite3_deserialize(). by drh ยท 8 years ago
- a48b020 Avoid running a couple of tests in crash8.test that depend on the presence of by dan ยท 8 years ago
- 2825e4e Merge the latest enhancements from trunk. by drh ยท 8 years ago
- 5597cd4 Add support for TRUE and FALSE keywords and for operators IS TRUE, IS FALSE, by drh ยท 8 years ago
- 43c4ac8 Code simplifications. New test cases. by drh ยท 8 years ago
- 171d16b Get the "DEFAULT true" and "DEFAULT false" phrases working correctly in by drh ยท 8 years ago
- 8abed7b Refactor for correct NULL handling in the IS TRUE, IS FALSE, IS NOT TRUE, by drh ยท 8 years ago
- 6bd4140 More tests pursuant to ticket [36fae083b450e3af857a459e20]. by mistachkin ยท 8 years ago
- 1fcfa72 Always interpret non-zero floating-point values as true even if their by drh ยท 8 years ago
- 57f29b7 More test cases for unicode handling in printf. by drh ยท 8 years ago