๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. a258a2c Fix some comments in new code on this branch. No changes to code. by dan ยท 8 years ago fcntl_shm_read
  2. bec74ee Merge latest trunk changes with this branch. by dan ยท 8 years ago
  3. 891e024 Allow readonly_shm connections to access the *-shm file using read() even if by dan ยท 8 years ago
  4. 537e702 The extensions functions in spellfix are all deterministic. by drh ยท 8 years ago
  5. 53be36b Fix harmless compiler warnings. by mistachkin ยท 8 years ago
  6. 44c8a97 Fix test cases in wal2.test broken by the locking change in the previous commit. by dan ยท 8 years ago
  7. dea5ce3 Avoid locking shm-lock WAL_READ_LOCK(0) during recovery. Doing this allows by dan ยท 8 years ago
  8. 92c02da If a readonly_shm connection cannot map the *-shm file because no other by dan ยท 8 years ago
  9. a48a290 Fix harmless compiler warnings in sqlite3_checker.exe by drh ยท 8 years ago
  10. 7dcde38 Make sure the JSON1 extension is available to sqlite3_checker.exe by drh ยท 8 years ago
  11. b1eb131 Add the checkindex.c extension and the sqlite3_checker utility program used by drh ยท 8 years ago
  12. 9b37b36 Adjust page numbers in the ext/repair/test/checkfreelist01.test module due to by drh ยท 8 years ago checkindex
  13. 3680e89 Add the "sqlite3_imposter DB SCHEMA ROOT SQL" command to sqlite3_checker. by drh ยท 8 years ago
  14. 37ab952 Move the test scripts for checkfreelist and checkindex over into the by drh ยท 8 years ago
  15. 02c21b7 Minor cleanup in checkindex.c. Add progress displays when checking a by drh ยท 8 years ago
  16. 514c4b7 Merge latest trunk changes into this branch. by dan ยท 8 years ago
  17. 176b2a9 Fix a race condition in os_unix.c that might allow a client to use a *-shm by dan ยท 8 years ago
  18. 24fa4d5 When sqlite3_checker finds a problem, show the row key as part of the error by drh ยท 8 years ago
  19. 1fae373 Actually perform index checks when running sqlite3_checker by drh ยท 8 years ago
  20. 4e8ad3b Begin putting functionality into the sqlite3_checker binary. by drh ยท 8 years ago
  21. 1884d00 Merge all recent enhancements from trunk. by drh ยท 8 years ago
  22. 927dd51 Add the checkfreelist extension to the sqlite3_checker binary. by drh ยท 8 years ago
  23. 2091f0f Fix an error in the Makefile.msc for the sqlite3_checker.exe target. by drh ยท 8 years ago
  24. 2737fa0 Add build infrastructure for the sqlite3_checker command-line utility. by drh ยท 8 years ago
  25. d59fde3 Update the built procedures for the sqlite3_analyzer utility to allow it by drh ยท 8 years ago
  26. 6f09910 Fix redundancies in the makefiles that resulted from moving shell.c over by drh ยท 8 years ago
  27. 183f0aa Fix a minor comment typo. No changes to code. by drh ยท 8 years ago
  28. 7eded59 Fix a couple of issues in incremental_index_check to do with CREATE INDEX by dan ยท 8 years ago
  29. 9d9c41e Remove unnecessary NEVER() and ALWAYS() conditionals. by drh ยท 8 years ago
  30. 666fb69 Add the showshm utility program for printing out the shm header in a by drh ยท 8 years ago
  31. 07dae08 Clarify some comments describing the WAL index file. No changes to code. by drh ยท 8 years ago
  32. e7a579d Add support for indexes on expressions to incremental_index_check. by dan ยท 8 years ago
  33. eba21f9 Improve the performance of the LIKE operator by using strcspn() to aid by drh ยท 8 years ago
  34. 75650d4 In checkindex.c, use C code instead of SQL/group_concat() to compose various by dan ยท 8 years ago
  35. 6fc6617 Fix an issue in incremental_index_check with indexes that use non-default by dan ยท 8 years ago
  36. b68db31 Increase the version number for the next release - which is still months by drh ยท 8 years ago
  37. fca2355 Reactivate query flattening when the result set of the outer query has by drh ยท 8 years ago
  38. 19465e7 Fix "after" parameter handling in the incremental_index_check code. by dan ยท 8 years ago
  39. 6d6e76f Add test cases from OSSFuzz to prevent a regression in co-routine processing. by drh ยท 8 years ago
  40. bde13e2 Add the start of the "incremental_index_check" virtual table in by dan ยท 8 years ago
  41. 0503f2a Fix a Pager ref-count leak in the sqlite_dbpage virtual table. by drh ยท 8 years ago
  42. b4bab90 Handle the Ctrl-C event for the shell on Win32. by mistachkin ยท 8 years ago
  43. 6e61c5f Additional test case demonstrating the ability to access structure elements by drh ยท 8 years ago
  44. 47d9f83 Enhance the min/max optimization so that it works with indexes on expressions. by drh ยท 8 years ago
  45. 7ea1106 Extra ".selecttrace" output following aggregate analysis. No changes to by drh ยท 8 years ago
  46. ab04eff Fix an error in the previous commit on this branch. by dan ยท 8 years ago
  47. 9181ae9 Instead of extra locks, use F_GETLK to ensure that readonly_shm clients cannot by dan ยท 8 years ago
  48. 4544e28 Fix a bug causing "make amalgmation-autoconf" to create an invalid package if by dan ยท 8 years ago
  49. b5039fb Use extra locks to prevent a readonly_shm=1 process from connecting to a by drh ยท 8 years ago
  50. 3cd8aaa Fix the sqlite3_dbpage virtual table so that it can read and write from by drh ยท 8 years ago
  51. 7e2b38c Add tests cases and fix minor issues in the rtreecheck() function. by dan ยท 8 years ago
  52. 2c0d084 Add SQL scalar function rtreecheck() to the rtree module. For running checks to ensure the shadow tables used by an rtree virtual table are internally consistent. by mistachkin ยท 8 years ago
  53. 8c66e5b Fix compilation issue (C99-ism) seen with MSVC. by mistachkin ยท 8 years ago rtree-integrity-check
  54. 1917e92 Add SQL scalar function rtreecheck() to the rtree module. For running checks by dan ยท 8 years ago
  55. b5d013e Do not reference the ioctl() system call in the unix backend unless it by drh ยท 8 years ago
  56. 98d529b Add the sqlite_btreeinfo eponymous-only table for introspecting the schema by drh ยท 8 years ago
  57. ea78f64 Force the autoconf makefile for MSVC to always use the 'find.exe' included with Windows. by mistachkin ยท 8 years ago
  58. e2f3b67 Merge all of the fixes from the 3.21.0 release. by drh ยท 8 years ago
  59. 39f2b32 Version 3.21.0 by drh ยท 8 years ago branch-3.21 version-3.21.0
  60. 952523f Fix a problem in the incr-blob code causing a new cursor to be opened for by dan ยท 8 years ago
  61. f7902a5 On the amalgamation package, enable the sqlite_dbpage virtual table so that by drh ยท 8 years ago
  62. 685bea6 Merge trunk fixes to swarmvtabfault.test and the lsm extension into this by dan ยท 8 years ago
  63. 0295774 In the 'swarmvtabfault' test module, make sure to close the database handle prior to raising an error from the 'not found' callback script. by mistachkin ยท 8 years ago
  64. 15dd780 Cleanup a test database file prior to using it. by mistachkin ยท 8 years ago
  65. efeaec3 Updates to test procedures so that they all work with encryption. No changes by drh ยท 8 years ago
  66. 21cd29a Avoid passing a NULL value as the second argument to memcpy(). by dan ยท 8 years ago
  67. b5ef728 In lsm (not SQLite), avoid opening the *-shm file before the database file is by dan ยท 8 years ago
  68. 104a3b1 Fix minor test script problems revealed by releasetest.tcl. by dan ยท 8 years ago
  69. f970372 Fix minor test script problems revealed by releasetest.tcl. by dan ยท 8 years ago
  70. 123e1b5 Fix test cases in dbpage.test so that they work with by dan ยท 8 years ago
  71. 063cf17 Fix test cases in dbpage.test so that they work with by dan ยท 8 years ago
  72. f4af5db Avoid running tests that use sqlite_dbpage with SQLITE_OMIT_VIRTUAL_TABLE by dan ยท 8 years ago
  73. 9499b4a Avoid running tests that use sqlite_dbpage with SQLITE_OMIT_VIRTUAL_TABLE by dan ยท 8 years ago
  74. aa79e43 Merge all the enhancements and bug fixes from trunk, since none are by drh ๏ฟฝ๏ฟฝ 8 years ago
  75. 6fe3733 Catch and avoid a 16-bit integer overflow on the number of columns in a by drh ยท 8 years ago
  76. 316ab93 Remove unnecessary "#if SQLITE_MAX_COLUMN". SQLITE_MAX_COLUMN is always by drh ยท 8 years ago
  77. f2f72a0 Take extra care to avoid an OOB read caused by a corrupt b-tree page. by dan ยท 8 years ago
  78. c1abf2d Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago
  79. af124fa Avoid using snprintf as a member variable of a struct in sqlite3ext.h. This by dan ยท 8 years ago sqlite3ext-fix
  80. f7fc4c2 The source code files generated for the 'sqlite3-all.c' target should not have Windows line-endings. by mistachkin ยท 8 years ago
  81. f30d345 Fix the ".check" command of the command-line shell to return 1 (error) by drh ยท 8 years ago
  82. 989d727 Improved comments, including a typo fix, on the whereLoopCheaperProperSubset() by drh ยท 8 years ago
  83. 47b1d68 In the query planner, do not consider index X to be a proper subset of by drh ยท 8 years ago
  84. 82cae9f Updates to the Makefiles for MSVC. Cherrypick of [ac8786f3f9f35cb6]. by mistachkin ยท 8 years ago
  85. 835cd43 Updates to the Makefiles for MSVC. by mistachkin ยท 8 years ago
  86. 96a206f Improved ability to generate stand-alone program using TCL and SQLite by by drh ยท 8 years ago
  87. 903b230 Add the tcl/mkccode.tcl script used to construct a single C-language source by drh ยท 8 years ago
  88. f291dff Move a bunch of unrelated test code out of tclsqlite.c and into by drh ยท 8 years ago
  89. 8544d43 The db_use_legacy_prepare command no longer exists. Use the undocumented by drh ยท 8 years ago tclsqlite-cleanup
  90. 1df6470 When compiling with SQLITE_TEST, extra options are available on the by drh ยท 8 years ago
  91. c318f73 Move some test logic out of tclsqlite.c and into auxiliary test_*.c files. by drh ยท 8 years ago
  92. 88dd668 Add the sqlite_dbpage virtual table (enabled using SQLITE_ENABLE_DBPAGE_VTAB). by drh ยท 8 years ago
  93. 277ee81 Create the new ext/repair folder and move checkfreelist.c there. Remove by drh ยท 8 years ago
  94. 6235ee5 Fix a harmless compiler warning about an unused parameter. by drh ยท 8 years ago
  95. 0a38646 Fix the "snapshot-tarball" makefile target, which was broken by the shell.c by drh ยท 8 years ago
  96. 81a2160 Merge fixes from trunk. All changes are on makefiles and test scripts. by drh ยท 8 years ago
  97. aa62d2e The src/shell.c file is now generated from src/shell.c.in, so remove shell.c by drh ยท 8 years ago
  98. ddba6c3 Merge fixes from the 3.21 branch. by drh ยท 8 years ago
  99. 122ab8f Fix a potential crash that may follow an OOM or other system error in the shell tool. by dan ยท 8 years ago
  100. e1b972b Update some test cases to work with SQLITE_OMIT_VIRTUALTABLE and by dan ยท 8 years ago