๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. d81a142 Replace some unreachable branch instructions with assert() statements. by drh ยท 15 years ago bug-b351d95f9c
  2. 746fd9c Tweaks to help facilitate structural test coverage. by drh ยท 15 years ago
  3. 8b1db07 Test case and fix for the specific failure of ticket [b351d95f9cd5ef17e9d9dbae]. by drh ยท 15 years ago
  4. 7153d1f Use OP_Copy rather than OP_SCopy at one point in aggregate processing where by drh ยท 15 years ago
  5. ebc1671 Continuing work toward detecting and fixing shallow-copy misuse. by drh ยท 15 years ago
  6. 2b4ded9 Add assert() statements that fail when a shallow copy is accessed after the by drh ยท 15 years ago
  7. 7445ffe Simplifications to the expression code generator. Remove about 80 lines of by drh ยท 15 years ago
  8. 1556405 Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 by drh ยท 15 years ago
  9. 42825cd Add new file e_createtable.test. by dan ยท 15 years ago
  10. e8b0c9b Do not call gethostuuid() on MacOS 10.4 and earlier, since it is not by drh ยท 15 years ago
  11. 56f0571 Add tests to file e_reindex.test. by dan ยท 15 years ago
  12. e4c2d05 Modify some evidence tags to match updated gifs. by dan ยท 15 years ago
  13. 52c3dcd Merge experimental branch back into trunk. by dan ยท 15 years ago
  14. 5f90f52 Add new file e_vacuum.test. Move part of e_select.test into e_select2.test. by dan ยท 15 years ago
  15. 099d147 Add experimental branch disallowing VACUUM when there are one or more active SQL statements. by dan ยท 15 years ago experimental
  16. cc9352e Modify testable statement ids in a few test files to account for recent docsrc changes. by dan ยท 15 years ago
  17. af7626f Add tests to e_delete.test. by dan ยท 15 years ago
  18. b51d2fa Further tests and changes to make the r-tree module more robust. by dan ยท 15 years ago
  19. bd188af Add new file rtreeA.test, to test that the r-tree extension doesn't crash if it encounters a corrupt or inconsistent database. by dan ยท 15 years ago
  20. 90b1b3a Add new file e_delete.test. by dan ยท 15 years ago
  21. b04757a Add tests to e_update.test. by dan ยท 15 years ago
  22. af1dcab Add test file e_update.test. by dan ยท 15 years ago
  23. d2db090 Changes to test scripts to work with SQLITE_TEMP_STORE=2. by dan ยท 15 years ago
  24. b59422a Add further tests to e_insert.test. by dan ยท 15 years ago
  25. a3680a7 Add a test case to verify that bug [313723c356] has been fixed. by dan ยท 15 years ago
  26. 92683f5 Make sure the pager cache is cleared if there is any difficulty starting by drh ยท 15 years ago
  27. 51f0698 Add new test file e_insert.test. by dan ยท 15 years ago
  28. 96916f5 Fix a couple of stale evidence marks in e_select.test. by dan ยท 15 years ago
  29. 1b89d5d Add tests to e_select.test. by dan ยท 15 years ago
  30. ff1290f Clarifications to the sqlite3_auto_extension() documentation. by drh ยท 15 years ago
  31. 17cbfae Updates to the documentation for sqlite3_create_collation(). by drh ยท 15 years ago
  32. f41627a Add tests for some syntax diagrams in lang_select.html. by dan ยท 15 years ago
  33. 9fe5b85 Remove additional occurrences of <ctype.h> from FTS2. by drh ยท 15 years ago
  34. 97f267e Add new test file fts3shared.test to test the previous change. by dan ยท 15 years ago
  35. 8786f7f Have all FTS3 queries obtain a read or write table-lock at the shared-cache level before doing anything else. by dan ยท 15 years ago
  36. f2fcd07 Completely remove all trace of ctype.h from FTS2. by drh ยท 15 years ago
  37. 2fcc7bd Fix a comment typo in memjournal.c by drh ยท 15 years ago
  38. 6c5cecb Updates to the requirements on the sqlite3_create_function() family of by drh ยท 15 years ago
  39. 201ed8a Add tests for ORDER BY, LIMIT and OFFSET clauses to e_select.test. by dan ยท 15 years ago
  40. 782f51b Further tweaks related to deleting files from malloc_common.tcl. by dan ยท 15 years ago
  41. 5ac9a18 Fix a problem with the previous change to malloc_common.tcl. by dan ยท 15 years ago
  42. d78fe8e Change code in malloc_common.tcl (test code) to retry a "file delete -force" if by dan ยท 15 years ago
  43. ddbb6b4 Updates to the sqlite3_progress_handler() documentation. by drh ยท 15 years ago
  44. eea831f Add tests for ORDER BY clauses to e_select.test. by dan ยท 15 years ago
  45. f82ccf6 Added the sqlite3_soft_heap_limit64() interface. Deprecate the older by drh ยท 15 years ago
  46. 2969a58 Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. by dan ยท 15 years ago
  47. 23fb1330 Further tests for compound SELECT statements. by dan ยท 15 years ago
  48. a704400 Clarify the documentation to better explain when an automatic re-prepare can by drh ยท 15 years ago
  49. fa2a477 Fix some test failures found running releasetest.tcl. by dan ยท 15 years ago
  50. 4565682 Fix walmode.test so that all tests pass with SQLITE_TEMP_STORE=3. by dan ยท 15 years ago
  51. 135aae8 Add tests for compound SELECT statements to e_select.test. by dan ยท 15 years ago
  52. 1fab01a Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM. by dan ยท 15 years ago
  53. d38bc1b Run the multi-threaded tests in test/threadtest3.c as part of releasetest.tcl. Remove the OMIT_BUILTIN_TEST symbol from the "Device-Two" configuration. by dan ยท 15 years ago
  54. 1c22a18 Alter some configurations in releasetest.tcl. Print out the wall-clock time taken for each test after it is executed. by dan ยท 15 years ago
  55. 7c7a766 Add tests for "DISTINCT" and "ALL" to e_select.test. by dan ยท 15 years ago
  56. 39f67be Fix a couple of incorrect evidence marks on malloc(). by drh ยท 15 years ago
  57. 71a1a0f Additional evidence marks on the malloc() implementation. Update the by drh ยท 15 years ago
  58. 1567acf Add assert() statements to demonstrate that memory allocations are always by drh ยท 15 years ago
  59. d9e430e When building from the amalgamation with ENABLE_RTREE defined, do not try to include sqlite3rtree.h. by dan ยท 15 years ago
  60. 29f5fbd A further correction to the sqlite3_create_function() interface documentation. by drh ยท 15 years ago
  61. e6a3838 Add tests to e_select.test. by dan ยท 15 years ago
  62. c202073 Updates to the documentation on the sqlite3_create_function() family of by drh ยท 15 years ago
  63. ce2198c Make sure SQLite is running with MEMSTATUS enabled at the beginning of by drh ยท 15 years ago
  64. 9a1fb35 Make sure MEMSTATUS is enabled at the beginning of the memsubsys2.test script. by drh ยท 15 years ago
  65. 59d2965 Add test cases to e_select.test. by dan ยท 15 years ago
  66. f759bb8 Further updates to the sqlite3_pcache_methods documentation, plus the addition by drh ยท 15 years ago
  67. 887f8d3 Make sure memory statistics are enabled for the dbstatus.test script. by drh ยท 15 years ago
  68. cee8296 Updates to the sqlite3_pcache_methods documentation. by drh ยท 15 years ago
  69. 7413847 Add WHERE clause tests to e_select.test. by dan ยท 15 years ago
  70. cd7fe24 Add tests for sub-select statements in the FROM clause of a SELECT to e_select.test. by dan ยท 15 years ago
  71. 6d9ab66 Fix problem with test names in e_select.test. by dan ยท 15 years ago
  72. 5c3f58e Add tests to e_select.test. by dan ยท 15 years ago
  73. 4226253 Updates to the documentation of the sqlite3_column_xxxx() family of by drh ยท 15 years ago
  74. 38c67c3 Improved documentation of SQLITE_THREADSAFE and sqlite3_column_text() and by drh ยท 15 years ago
  75. 99b7077 Updates to the documentation on the VFS xOpen method. by drh ยท 15 years ago
  76. 08529dc Update the sqlite3_limit() documentation to explain that SQLITE_LIMIT_VDBE_OP by drh ยท 15 years ago
  77. c6f3e0c Add tests to e_select.test. by dan ยท 15 years ago
  78. 4e93f5b Revised documentation for sqlite3_limit(). Added some evidence marks and by drh ยท 15 years ago
  79. 06ae679 Example icon file (32x32x4) for new logo. by shaneh ยท 15 years ago
  80. bb7dd68 Remove a redundant test for multiple output columns in a scalar subquery. by drh ยท 15 years ago
  81. 86ae38b In the test scripts, changes instances of the TCL interface by drh ยท 15 years ago
  82. 8663d0f Add test cases to e_select.test. by dan ยท 15 years ago
  83. 96110de Remove proprietary information from the releasetest.tcl script and add it by drh ยท 15 years ago
  84. 4ce7488 Add test file e_select.test. by dan ยท 15 years ago
  85. ee9ff67 Documentation enhancements for sqlite3_db_status(). Evidence marks on by drh ยท 15 years ago
  86. 877cef4 Improved documentation of the sqlite3_column_count() and sqlite3_data_count() by drh ยท 15 years ago
  87. 06ce413 Add a few more subquery tests to e_expr.test. by dan ยท 15 years ago
  88. 420398c Reduce the amount of memory taken up by WAL mmaped regions under Windows. by shaneh ยท 15 years ago
  89. 9dd55f5 Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDE by drh ยท 15 years ago
  90. 74b617b Move the test for an (illegal) scalar sub-query that returns more than one column to earlier in SELECT processing in order to avoid an assert() that can happen later on. by dan ยท 15 years ago
  91. 7ff2719 Fix an off-by-one error in the scratch memory allocator. by drh ยท 15 years ago
  92. 1ff6e3a Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside by drh ยท 15 years ago
  93. aac1bf9 Add test case to verify the previous change is correct. by dan ยท 15 years ago
  94. 37e8b5b Fix the computation of the offset on the mmap() for the Nth shared memory by drh ยท 15 years ago
  95. 4336cc4 Add tests for the EXISTS operator to e_expr.test. by dan ยท 15 years ago
  96. b0c6a88 If MEM_STATUS is disabled, avoid holding the STATIC_MEM mutex when calling the user-defined xMalloc method. Holding the mutex causes problems for memsys3 and memsys5. by dan ยท 15 years ago
  97. 659503a Fix a few typos. Update evidence marks. by shaneh ยท 15 years ago
  98. bfccdaf Identify additional requirements in the sqlite3_vfs object documentation. by drh ยท 15 years ago
  99. 06bfd36 Add tests to quota.test. by dan ยท 15 years ago
  100. 9fc7702 Call quota callback destructors from within sqlite3_quota_shutdown(). by dan ยท 15 years ago