๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 0045219 Improved comments on the fuzzcheck.c test program. No changes to code. by drh ยท 10 years ago
  2. 0dd5cda Ensure that the CREATE TABLE AS statement correctly undoes partial changes by drh ยท 11 years ago
  3. 07d694c Adjust ICU tests to account for recent changes in the official by drh ยท 11 years ago
  4. e4d3870 Improved detection of database corruption in freeSpace(). by drh ยท 11 years ago
  5. aca55cf Remove stray outputs from the test suite. by drh ยท 11 years ago
  6. 72bc820 When generating code for partial indexes, be sure not to modify the by drh ยท 11 years ago
  7. eeb31ff More test output refinements. by mistachkin ยท 11 years ago testerOutput
  8. 7b96f2f Remove possibly stray output from various tests. by mistachkin ยท 11 years ago
  9. 905da63 "test" targets on all makefiles use --verbose=file --output=test-out.txt. by drh ยท 11 years ago
  10. 84dff7a Avoid passing constraints that are unusable due to LEFT or CROSS joins to virtual table xBestIndex() methods. by dan ยท 11 years ago
  11. 17c0823 Add the --output=$file and --verbose=(0|1|file) options to tester.tcl. by dan ยท 11 years ago
  12. 35175bf If a query contains "FROM t1 LEFT JOIN t2, t3, t4", ensure that tables t3 and t4 are not scanned before t2. The trunk already does this. by dan ยท 11 years ago
  13. 24dee9d Always check for cell overflow before returning a slot from the by drh ยท 11 years ago
  14. 467c1c7 Add test cases for type affinity rules. by drh ยท 11 years ago
  15. cd8fb7c Fix a faulty assert() in btree.c. Update the database fuzz test file with by drh ยท 11 years ago
  16. b5a2d55 Omit the rowallock.test script (Read-Only WAL lock) from the by drh ยท 11 years ago
  17. d092ed4 Add some extra source-code comments and a test case. by drh ยท 11 years ago coroutine-autoindex
  18. 73d340a Earlier detection of incompatible sibling pages in balance_nonroot. by drh ยท 11 years ago
  19. 24cf1e5 Add new test cases to the fuzzdata3.db set of database fuzz tests. by drh ยท 11 years ago
  20. 275fe3a Do not attempt to take any write lock on a read-only database on Windows. by drh ยท 11 years ago
  21. 3da29a1 The fuzzoomtest makefile target is no longer supported, so update by drh ยท 11 years ago
  22. f74d35b Fix a minor and harmless memory leak in fuzzcheck. Adjust the makefiles by drh ยท 11 years ago
  23. a7298ac Disallow the use of "rowid" in CTEs - it has never worked correctly and it by drh ยท 11 years ago
  24. fccda8a CTEs have never add working rowids. So disallow the use of the "rowid" column by drh ยท 11 years ago no-rowid-in-cte
  25. 1421d98 Add the "PRAGMA cell_size_check=ON" command. by drh ยท 11 years ago cell-size-check-pragma
  26. 82faa2c Merge accidental fork. by dan ยท 11 years ago test-using-fuzzcheck
  27. 584390e Fix a one-byte buffer overread that may follow a syntax error while preparing an SQL statement. by dan ยท 11 years ago
  28. 4d6fda7 Fix fuzzcheck so that it responds correctly to the TEST_FAILURE environment by drh ยท 11 years ago
  29. ea93c70 The "make fuzztest" target now uses fuzzcheck instead of fuzzershell. by drh ยท 11 years ago
  30. d9972ef Enhance fuzzcheck with the ability to store descriptions in each source by drh ยท 11 years ago
  31. 908aced Fix another bug in the in-memory VFS for fuzzcheck. by drh ยท 11 years ago
  32. 6c1944f Update test cases in corruptI.test so that they work with both SQLITE_ENABLE_OVERSIZE_CELL_CHECK and SQLITE_DEFAULT_AUTOVACUUM builds. by dan ยท 11 years ago
  33. fb0246b Return SQLITE_CORRUPT to the user if an attempt is made to add database page 1 to the free page list. by dan ยท 11 years ago
  34. c5b7358 Fix a problem with ignoring UNIQUE constraints on WITHOUT ROWID tables rendered redundant by the PRIMARY KEY. by dan ยท 11 years ago
  35. e5c5f2c Add the --result-trace option to fuzzcheck, and other interface enhancements. by drh ยท 11 years ago
  36. aca7ea1 Fix an important bug in the xRead method of the in-memory VFS for fuzzcheck. by drh ยท 11 years ago
  37. 1573dc3 Add fuzzcheck to all makefiles and fix compiler warnings. by drh ยท 11 years ago fuzzcheck
  38. 4ab3147 Improved tracing capabilities in fuzzcheck. by drh ยท 11 years ago
  39. 15b3128 Add the --native-vfs option on fuzzcheck. by drh ยท 11 years ago
  40. b335d12 Merge the btree fixes out of trunk. by drh ยท 11 years ago
  41. a9542b1 Add the --dbid and --sqlid parameters to fuzzcheck. Other fuzzcheck fixes. by drh ยท 11 years ago
  42. 08f901b Have the b-tree layer return SQLITE_CORRUPT to any attempt to open a cursor with a root page number less than 1. by dan ยท 11 years ago
  43. 3b74d03 First code for a new utility program to rerun checks on a large number of by drh ยท 11 years ago
  44. 0f8076d Fix a couple of btree asserts that would fail when encountering 32-bit rollover in cell payload size fields (cell payloads this large always indicate corruption). by dan ยท 11 years ago
  45. 2fc3a6c Fix a case where database corruption may cause SQLite to write past the end of a buffer. by dan ยท 11 years ago
  46. cf3d17c Fix an assert() in btree routine freeSpace() that may be false if the database is corrupt. by dan ยท 11 years ago
  47. 3fb37f0 Fix an fts4 matchinf() problem triggered by deferred tokens that are part of phrases that are part of AND expressions. by dan ยท 11 years ago
  48. f058b9c Add a test case to verify that CREATE TABLE AS does not store INT values by drh ยท 11 years ago create-table-as-type-fix
  49. 00d5ab7 Fix handling of queries with VALUES on the left and UNION ALL SELECT on the by drh ยท 11 years ago
  50. dde548c Ensure that when the VM applies TEXT affinity to a value it discards any existing REAL or INTEGER value. by dan ยท 11 years ago
  51. b387e63 Merge latest trunk changes with this branch. by dan ยท 11 years ago
  52. a48bae8 Transitive constraints should only work if operands have compatible by drh ยท 11 years ago
  53. 69c15fe Refinements to the determination of when an A==B term is an equivalence. by drh ยท 11 years ago
  54. df55365 Make a hard copy of the results of a subquery lest the result of the by drh ยท 11 years ago
  55. 3072b53 Do not assume that "col IS ?" matches at most a single row of a UNIQUE column unless the column is also NOT NULL. by dan ยท 11 years ago
  56. 22c17b8 Simplifications to error message processing. Fix a possible problem in error by drh ยท 11 years ago
  57. 5d8806e A few more test cases for the IS operator. by drh ยท 11 years ago index-is-operator
  58. 4a00b33 More test cases. Remove some invalid testcase() macros. Rearrange some code by drh ยท 11 years ago
  59. 2bbb62c Merge changes from the index-is-operator branch into this one. Drop the partial support added for IS on this branch by [52e73eec]. by dan ยท 11 years ago
  60. 8255079 Merge latest trunk changes with this branch. by dan ยท 11 years ago
  61. e8d0c61 A new implementation of indexing with the IS operator that works correctly by drh ยท 11 years ago
  62. 9be1870 Simplified implementation of indexing with the IS operator. by drh ยท 11 years ago
  63. e0cc3c2 Add testcase() macros and comments and a few test-cases. by drh ยท 11 years ago
  64. 6582ae5 Try to get recent sqlite3_analyzer and sqldiff tests working for all by drh ยท 11 years ago
  65. 6ebf1eb Add new fts3 matchinfo option 'b'. Also optimize existing option 'y'. by dan ยท 11 years ago
  66. 8906b7d Add missing "finish_test" commands to the end of the two new test scripts by drh ยท 11 years ago
  67. 1c1cea8 Merge latest trunk changes into this branch. by dan ยท 11 years ago fts3-matchinfo-y
  68. d13b231 Test cases for sqlite3_analyzer and sqldiff. Fix a problem with by drh ยท 11 years ago
  69. 6a12854 Remove a couple stray test breakpoint calls. by mistachkin ยท 11 years ago
  70. 857df26 Enhance the dbstat virtual table with the ability to analyze ATTACHed databases. by drh ยท 11 years ago
  71. 9b40e47 Remove a faulty assert() statement. by drh ยท 11 years ago
  72. 99eaf39 Add the fts3 matchinfo 'b' flag. by dan ยท 11 years ago
  73. dd14ecb Fix a faulty assert() in the btree part of the "PRAGMA page_size = ?" code. by dan ยท 11 years ago
  74. d1055b1 In the command-line shell, and the ".binary" command and additional by drh ยท 11 years ago
  75. 9af8646 Fix a faulty assert() in the SELECT code generator and add a test case by drh ยท 11 years ago
  76. 28f9845 Add the experimental matchinfo 'y' flag to fts3/4. by dan ยท 11 years ago
  77. b3df0c6 Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt by drh ยท 11 years ago
  78. 929b923 Fix an assert() failure caused by setting "PRAGMA journal_mode=off" on an database in exclusive-mode that has already opened the journal file. by dan ยท 11 years ago
  79. 6c98415 Modify the mkfuzzdata1.tcl script so that it retains the culled test vectors by drh ยท 11 years ago
  80. 0bdef92 Update the test/fuzzdata1.txt file with the latest cases discovered by AFL. by drh ยท 11 years ago
  81. d68d1f4 Fix an assert() failure that could occur if the internal sqlite3_rename_parent() SQL scalar function was invoked directly. by dan ยท 11 years ago
  82. 4d35c41 Add a TCL script that can be run to generate the fuzzdata1.txt file. by drh ยท 11 years ago
  83. 995f8b9 Add fault-injection tests for the code in test_stat.c. by dan ยท 11 years ago
  84. a30c158 Update the fuzzer test data after having run it through afl-cmin to remove by drh ยท 11 years ago
  85. 375d9b1 Update the AFL fuzzer data with newly discovered paths. by drh ยท 11 years ago
  86. f332071 Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from by drh ยท 11 years ago
  87. f89aa47 Fix an obscure memory leak that could follow an OOM in where.c. by dan ยท 11 years ago
  88. 0ef84d0 Add the --with-tcl=DIR option to the test/releasetest.tcl script. by drh ยท 11 years ago
  89. 8ea5eca Run fuzzershell as part of the valgrindtest makefile target. by drh ยท 11 years ago
  90. e1a71a5 Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically by drh ยท 11 years ago
  91. e11afed Merge latest trunk changes into this branch. by dan ยท 11 years ago
  92. 41148f8 Fix a faulty assert() in the "AS" alias resolution logic of the parser. by drh ยท 11 years ago
  93. 38f2024 Fix a problem causing the fts3 integrity-check to fail if run inside a transaction. by dan ยท 11 years ago
  94. dfb5e1c Make sure the datatype and collating sequence of transients tables are by drh ยท 11 years ago
  95. 4640835 Ensure that tables names are dequoted exactly once by the trigger logic. by dan ยท 11 years ago
  96. 4b79bde Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns. by dan ยท 11 years ago
  97. 7c052da Change an assert() in the aggregate query code generator into a testcase(). by drh ยท 11 years ago
  98. 3c9a073 Fix an fts4 problem to do with the handling of phrases that contain zero tokens. by dan ยท 11 years ago
  99. b6b676e Fix some identifier name de-quoting issues in the foreign key and trigger logic. by drh ยท 11 years ago
  100. 60f4e09 Test case for the previous check-in. by drh ยท 11 years ago