๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 099d147 Add experimental branch disallowing VACUUM when there are one or more active SQL statements. by dan ยท 15 years ago experimental
  2. cc9352e Modify testable statement ids in a few test files to account for recent docsrc changes. by dan ยท 15 years ago
  3. af7626f Add tests to e_delete.test. by dan ยท 15 years ago
  4. b51d2fa Further tests and changes to make the r-tree module more robust. by dan ยท 15 years ago
  5. 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
  6. 90b1b3a Add new file e_delete.test. by dan ยท 15 years ago
  7. b04757a Add tests to e_update.test. by dan ยท 15 years ago
  8. af1dcab Add test file e_update.test. by dan ยท 15 years ago
  9. d2db090 Changes to test scripts to work with SQLITE_TEMP_STORE=2. by dan ยท 15 years ago
  10. b59422a Add further tests to e_insert.test. by dan ยท 15 years ago
  11. a3680a7 Add a test case to verify that bug [313723c356] has been fixed. by dan ยท 15 years ago
  12. 92683f5 Make sure the pager cache is cleared if there is any difficulty starting by drh ยท 15 years ago
  13. 51f0698 Add new test file e_insert.test. by dan ยท 15 years ago
  14. 96916f5 Fix a couple of stale evidence marks in e_select.test. by dan ยท 15 years ago
  15. 1b89d5d Add tests to e_select.test. by dan ยท 15 years ago
  16. ff1290f Clarifications to the sqlite3_auto_extension() documentation. by drh ยท 15 years ago
  17. 17cbfae Updates to the documentation for sqlite3_create_collation(). by drh ยท 15 years ago
  18. f41627a Add tests for some syntax diagrams in lang_select.html. by dan ยท 15 years ago
  19. 9fe5b85 Remove additional occurrences of <ctype.h> from FTS2. by drh ยท 15 years ago
  20. 97f267e Add new test file fts3shared.test to test the previous change. by dan ยท 15 years ago
  21. 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
  22. f2fcd07 Completely remove all trace of ctype.h from FTS2. by drh ยท 15 years ago
  23. 2fcc7bd Fix a comment typo in memjournal.c by drh ยท 15 years ago
  24. 6c5cecb Updates to the requirements on the sqlite3_create_function() family of by drh ยท 15 years ago
  25. 201ed8a Add tests for ORDER BY, LIMIT and OFFSET clauses to e_select.test. by dan ยท 15 years ago
  26. 782f51b Further tweaks related to deleting files from malloc_common.tcl. by dan ยท 15 years ago
  27. 5ac9a18 Fix a problem with the previous change to malloc_common.tcl. by dan ยท 15 years ago
  28. d78fe8e Change code in malloc_common.tcl (test code) to retry a "file delete -force" if by dan ยท 15 years ago
  29. ddbb6b4 Updates to the sqlite3_progress_handler() documentation. by drh ยท 15 years ago
  30. eea831f Add tests for ORDER BY clauses to e_select.test. by dan ยท 15 years ago
  31. f82ccf6 Added the sqlite3_soft_heap_limit64() interface. Deprecate the older by drh ยท 15 years ago
  32. 2969a58 Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. by dan ยท 15 years ago
  33. 23fb1330 Further tests for compound SELECT statements. by dan ยท 15 years ago
  34. a704400 Clarify the documentation to better explain when an automatic re-prepare can by drh ยท 15 years ago
  35. fa2a477 Fix some test failures found running releasetest.tcl. by dan ยท 15 years ago
  36. 4565682 Fix walmode.test so that all tests pass with SQLITE_TEMP_STORE=3. by dan ยท 15 years ago
  37. 135aae8 Add tests for compound SELECT statements to e_select.test. by dan ยท 15 years ago
  38. 1fab01a Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM. by dan ยท 15 years ago
  39. 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
  40. 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
  41. 7c7a766 Add tests for "DISTINCT" and "ALL" to e_select.test. by dan ยท 15 years ago
  42. 39f67be Fix a couple of incorrect evidence marks on malloc(). by drh ยท 15 years ago
  43. 71a1a0f Additional evidence marks on the malloc() implementation. Update the by drh ยท 15 years ago
  44. 1567acf Add assert() statements to demonstrate that memory allocations are always by drh ยท 15 years ago
  45. d9e430e When building from the amalgamation with ENABLE_RTREE defined, do not try to include sqlite3rtree.h. by dan ยท 15 years ago
  46. 29f5fbd A further correction to the sqlite3_create_function() interface documentation. by drh ยท 15 years ago
  47. e6a3838 Add tests to e_select.test. by dan ยท 15 years ago
  48. c202073 Updates to the documentation on the sqlite3_create_function() family of by drh ยท 15 years ago
  49. ce2198c Make sure SQLite is running with MEMSTATUS enabled at the beginning of by drh ยท 15 years ago
  50. 9a1fb35 Make sure MEMSTATUS is enabled at the beginning of the memsubsys2.test script. by drh ยท 15 years ago
  51. 59d2965 Add test cases to e_select.test. by dan ยท 15 years ago
  52. f759bb8 Further updates to the sqlite3_pcache_methods documentation, plus the addition by drh ยท 15 years ago
  53. 887f8d3 Make sure memory statistics are enabled for the dbstatus.test script. by drh ยท 15 years ago
  54. cee8296 Updates to the sqlite3_pcache_methods documentation. by drh ยท 15 years ago
  55. 7413847 Add WHERE clause tests to e_select.test. by dan ยท 15 years ago
  56. cd7fe24 Add tests for sub-select statements in the FROM clause of a SELECT to e_select.test. by dan ยท 15 years ago
  57. 6d9ab66 Fix problem with test names in e_select.test. by dan ยท 15 years ago
  58. 5c3f58e Add tests to e_select.test. by dan ยท 15 years ago
  59. 4226253 Updates to the documentation of the sqlite3_column_xxxx() family of by drh ยท 15 years ago
  60. 38c67c3 Improved documentation of SQLITE_THREADSAFE and sqlite3_column_text() and by drh ยท 15 years ago
  61. 99b7077 Updates to the documentation on the VFS xOpen method. by drh ยท 15 years ago
  62. 08529dc Update the sqlite3_limit() documentation to explain that SQLITE_LIMIT_VDBE_OP by drh ยท 15 years ago
  63. c6f3e0c Add tests to e_select.test. by dan ยท 15 years ago
  64. 4e93f5b Revised documentation for sqlite3_limit(). Added some evidence marks and by drh ยท 15 years ago
  65. 06ae679 Example icon file (32x32x4) for new logo. by shaneh ยท 15 years ago
  66. bb7dd68 Remove a redundant test for multiple output columns in a scalar subquery. by drh ยท 15 years ago
  67. 86ae38b In the test scripts, changes instances of the TCL interface by drh ยท 15 years ago
  68. 8663d0f Add test cases to e_select.test. by dan ยท 15 years ago
  69. 96110de Remove proprietary information from the releasetest.tcl script and add it by drh ยท 15 years ago
  70. 4ce7488 Add test file e_select.test. by dan ยท 15 years ago
  71. ee9ff67 Documentation enhancements for sqlite3_db_status(). Evidence marks on by drh ยท 15 years ago
  72. 877cef4 Improved documentation of the sqlite3_column_count() and sqlite3_data_count() by drh ยท 15 years ago
  73. 06ce413 Add a few more subquery tests to e_expr.test. by dan ยท 15 years ago
  74. 420398c Reduce the amount of memory taken up by WAL mmaped regions under Windows. by shaneh ยท 15 years ago
  75. 9dd55f5 Fix a discrepancy between the documented behavior of SQLITE_DBCONFIG_LOOKASIDE by drh ยท 15 years ago
  76. 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
  77. 7ff2719 Fix an off-by-one error in the scratch memory allocator. by drh ยท 15 years ago
  78. 1ff6e3a Use sqlite3_mutex_notheld() instead of !sqlite3_mutex_held() inside by drh ยท 15 years ago
  79. aac1bf9 Add test case to verify the previous change is correct. by dan ยท 15 years ago
  80. 37e8b5b Fix the computation of the offset on the mmap() for the Nth shared memory by drh ยท 15 years ago
  81. 4336cc4 Add tests for the EXISTS operator to e_expr.test. by dan ยท 15 years ago
  82. 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
  83. 659503a Fix a few typos. Update evidence marks. by shaneh ยท 15 years ago
  84. bfccdaf Identify additional requirements in the sqlite3_vfs object documentation. by drh ยท 15 years ago
  85. 06bfd36 Add tests to quota.test. by dan ยท 15 years ago
  86. 9fc7702 Call quota callback destructors from within sqlite3_quota_shutdown(). by dan ยท 15 years ago
  87. 9237a25 Boundary value fix to the descriptive comment at the top of test_quota.c. by drh ยท 15 years ago
  88. 6e19e91 Merge the test_quota.c module into the trunk. by drh ยท 15 years ago
  89. 3d3e60e Fix the TCL interface to test_quota.c so that it works with empty callback by drh ยท 15 years ago
  90. 75c1917 Variable name and comment changes to test_quota.c for clearer presentation. by drh ยท 15 years ago
  91. 61cc423 Make all private routines in test_quota.c begin with "quota". by drh ยท 15 years ago
  92. ef9659b Add the sqlite3_quota_dump test command. Add a destructor argument on by drh ยท 15 years ago
  93. 549dc1b Clean up comments in the test_quota.c source file. by drh ยท 15 years ago
  94. 745de2e Update the quota shim so that when the same file is opened multiple times, by drh ยท 15 years ago
  95. 748a52c Add an assert() with an evidence mark to show that automatically by drh ยท 15 years ago
  96. 8cf35eb Add file test_quota.c, demonstrating how file-system quotas may be implemented as a VFS wrapper. by dan ยท 15 years ago
  97. bd2aaf9 Fix some compiler warnings under MSVC. by shaneh ยท 15 years ago
  98. c4d340a Ensure randomly generated rowids never go negative. by shaneh ยท 15 years ago
  99. c311fee Do not clear the internal "schema has changed" flag when performing a savepoint rollback. The schema changes may not have taken place within the savepoint being rolled back. by dan ยท 15 years ago
  100. 9977edc Changes to comments and type names in rtree.c. by dan ยท 15 years ago