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