๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 1b16216 Fix building the shell with SQLITE_OMIT_VIRTUAL_TABLE. And without SQLITE_ENABLE_DBPAGE_VTAB. by dan ยท 7 years ago dbdata
  2. 0aa01ee Add comments and fix formatting issues in new code in shell.c.in. by dan ยท 7 years ago
  3. 42ebb01 Add the "--lost-and-found" option to the ".recover" command. For setting the name of the orphaned rows table. by dan ยท 7 years ago
  4. f57bea3 Fix a problem in the .recover command with recovering WITHOUT ROWID tables where the PK columns are not the leftmost in the CREATE TABLE statement. by dan ยท 7 years ago
  5. 98c5ad3 Have .recover store all orphaned rows in a single table, with extra columns to indicate the orphaned page and sub-tree they were discovered within. by dan ยท 7 years ago
  6. ca42438 Fix another problem with database freelist handling in the ".recover" command. by dan ยท 7 years ago
  7. c0b4243 Fix a locking-page related problem with the ".recover" command. by dan ยท 7 years ago
  8. 6aa0015 Merge latest trunk changes into this branch. by dan ยท 7 years ago
  9. 9c014f8 Unless the "--freelist-corrupt" option is specified, do not have the .recover command attempt to recover data from pages that are on the database free-list. by dan ยท 7 years ago
  10. b9b71db Fix a bug preventing .recover from working on databases where the final page of the db is corrupt. by dan ยท 7 years ago
  11. efa363b Improve the performance of the .recover command. by dan ยท 7 years ago
  12. dbdd93b New test cases in test/fuzzdata8.db. by drh ยท 7 years ago
  13. bebea90 Fix another instance in fts3 where a corrupt record can cause a buffer overflow. by dan ยท 7 years ago
  14. a27cce7 Fix a problem in fts5 where a corrupt position list could lead to a buffer overwrite. by dan ยท 7 years ago
  15. 04687f9 Fix an error in fts3_write.c allowing a corrupt database to cause a crash. by dan ยท 7 years ago
  16. 8e7e517 Correction to the #if in the previous check-in. by mistachkin ยท 7 years ago
  17. 49b0572 Fix for 8-byte alignment asserts that can trigger in some circumstances with 32-bit MSVC. by mistachkin ยท 7 years ago
  18. 29e7800 Make no atttempt to generate VDBE code for VACUUM after a syntax error. by drh ยท 7 years ago
  19. b182588 Have ".recover" handle "\r" and "\n" in the same way as ".dump". by dan ยท 7 years ago
  20. 38f9c71 Fixes for the ".recover" shell command. by dan ยท 7 years ago
  21. 3ea557e Changes to the --hexdb decoder option in the shell (and also in the TCL by drh ยท 7 years ago
  22. d5ddecb Minor simplification of NULL value handling for STAT4. by mistachkin ยท 7 years ago
  23. d94d9e2 New test cases in fuzzdata8.db. by drh ยท 7 years ago
  24. f4b3315 Improvement on the previous check-in. Parse.rc is less reliable than by drh ยท 7 years ago
  25. b40af49 Enhance the ".recover" command. Fix a problem with overflow pages in dbdata.c. by dan ยท 7 years ago
  26. 2b13cd9 Early detection of SQLITE_TOOBIG when processing nested queries. by drh ยท 7 years ago
  27. a9a5465 Fix an assert() that may be false for corrupt databases. by dan ยท 7 years ago
  28. 68cb86e Add the ".recovery" command to the shell tool. For recovering the maximum amount data from corrupt databases. Still needs work. by dan ยท 7 years ago
  29. 1d2d71a Mark a single branch as no longer reachable. by drh ยท 7 years ago
  30. 6b23603 Increase the version number to 3.29 for the next development cycle. by drh ยท 7 years ago
  31. 17180fc Improved optimization of the AND and OR operators. by drh ยท 7 years ago
  32. 65455fc Fix a problem with renaming a table that starts with "sqlite". Fix for ticket [f00d7b65]. by dan ยท 7 years ago
  33. ad31727 Use macros to determine if an expression is always true or always false. by drh ยท 7 years ago
  34. d5c851c Streamline the processing of the AND operator. Slightly smaller and faster. by drh ยท 7 years ago
  35. 3b412ac Add the sqlite_dbptr virtual table to the dbdata extension. For querying the links between b-tree pages. by dan ยท 7 years ago
  36. 7a3e50d Minor simplification of NULL value handling for STAT4. by mistachkin ยท 7 years ago nullStat4
  37. f1173b6 Add the experimental dbdata extension. by dan ยท 7 years ago
  38. 680f0fe Small performance and size optimization in sqlite3WalFindFrame(). by drh ยท 7 years ago
  39. e551b51 Fix a typo in the CLI help output for the ".dump" command. by drh ยท 7 years ago
  40. 25f933a In the "pgidx" report from "showdb", also show the number of rows on each by drh ยท 7 years ago
  41. 8083ef0 In the "pgidx" command of the showdb utility, try to identify orphaned pages by drh ยท 7 years ago
  42. 698c86f Small performance improvement on the variable-length integer decoder: by drh ยท 7 years ago
  43. 7e42733 Faster and smaller implementation of sqlite3StrICmp(). by drh ยท 7 years ago
  44. d331c7a Version 3.28.0 by drh ยท 7 years ago version-3.28.0
  45. 2eb2ca8 Avoid a sanitizer error (pointer arithmatic overflow) in vdbesort.c. by dan ยท 7 years ago
  46. 112e174 Avoid a sanitizer error in test1.c. Have releasetest.tcl/wapptest.tcl create a file called "makecommand.sh" that can be used to rerun a test from the command line. by dan ยท 7 years ago
  47. af4d50c Fix a bug in test module test_fs.c causing a segfault on OpenBSD. by dan ยท 7 years ago
  48. 46b3415 Fix a problem with the user-auth extension and deserializing in-memory databases. by dan ยท 7 years ago
  49. 189aa7d Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
  50. 660107f Update tool/symbols.sh to ignore symbols from sessions and rebaser and to not by drh ยท 7 years ago
  51. 07891f0 Remove a stray tab from the source code. by drh ยท 7 years ago
  52. d4de9f7 Fix an obsolete comment and other minor issues from code inspection. by drh ยท 7 years ago
  53. 766b431 Fix a harmless compiler warning in test logic. by drh ยท 7 years ago
  54. 328c84f Fix the fts3varint.test script so that it works even on versions of TCL by drh ยท 7 years ago
  55. de21ad7 Fix a test script problem in fts5corrupt3.test. by dan ยท 7 years ago
  56. e2081dd Partially revert the test file changes in [4371a0c46e]. It is no longer required following [93ae382e97c23c90]. by dan ยท 7 years ago
  57. 73f940c Fix additional compiler warnings introduced by the previous check-in and found by drh ยท 7 years ago
  58. f6ad201 Fixes for harmless compiler warnings. by drh ยท 7 years ago
  59. 3b574e4 Use the 64-bit memory allocator interfaces in extensions, whenever possible. by drh ยท 7 years ago
  60. 0aa3231 Enforce the SQLITE_LIMIT_COLUMN limit on virtual tables. by drh ยท 7 years ago
  61. 158931a Test case changes so that they work with both Tcl8.6 and Tcl8.7. by drh ยท 7 years ago
  62. 37eca05 Tweaks to wapptest.tcl: Ensure that the "Debug" checkbox is disabled unless the app is in "config" state, and have Debug variants run "test" instead of "fulltest". by dan ยท 7 years ago
  63. 150dfbd Fix minor problems in tcl test scripts. by dan ยท 7 years ago
  64. 9b475e6 Add the test/wapptest.tcl script, an alternative to releasetest.tcl that uses wapp to provide the user-interface. by dan ยท 7 years ago
  65. 8ea00d7 Merge trunk changes into this branch. by dan ยท 7 years ago wapptest
  66. e639128 Further tweaks to wapptest.tcl. Add the ability to run the extra (n)debug tests that releasetest.tcl runs. by dan ยท 7 years ago
  67. 3230961 Remove the vfslog.c extension from the testfixture target in main.mk, as by drh ยท 7 years ago
  68. 971194a Fix RBU so that it does not write rows that should be excluded into partial indexes (corrupting the database). by dan ยท 7 years ago
  69. 579d41d Fix the checksymbols target in Makefile.in. by dan ยท 7 years ago
  70. 9367362 Have wapptest.tcl display the name, OS and architecture of the host. by dan ยท 7 years ago
  71. 523fb53 Various fixes for the wapptest.tcl script. by dan ยท 7 years ago
  72. 6adba90 Update the list of OMIT options in the omittest.tcl script. by drh ยท 7 years ago
  73. 0364f22 Further refinement of the sqlite3VdbeMEmExpandBlob() fix of check-in by drh ยท 7 years ago
  74. 0e1a574 Change the name of some internal testing interfaces to avoid a name by drh ยท 7 years ago
  75. 86ec1ed Do not place arbitrary restrictions on the length of the failure message by drh ยท 7 years ago
  76. 9e26ac8 New test case for SQLITE_TOOBIG errors. by drh ยท 7 years ago
  77. c3dcdba Improved reporting of SQLITE_TOOBIG errors while parsing. by drh ยท 7 years ago
  78. c7f3373 Fix a problem caused by a small SQLITE_LIMIT_LENGTH value and a CREATE TABLE with a very large name. by dan ยท 7 years ago toobig-fix
  79. a3020dc Add test/wapptest.tcl, a wapp alternative to releasetest.tcl. by dan ยท 7 years ago
  80. 25050f2 Use an unsigned integer to count free pages in btree.c:freePage2(). by drh ยท 7 years ago
  81. 427db2d Make the testcase() macro added in the previous check-in reachable for testing. by drh ยท 7 years ago
  82. 7d68339 Fix a faulty assert() in the sqlite3VdbeMemExpandBlob() routine. by drh ยท 7 years ago
  83. ce3c3ee Fix two assert() statements in fts5 that are only true if the database is not corrupt. by dan ยท 7 years ago
  84. 7bbdc3c Remove some stale references to the addopcodes.tcl script from documentation. by drh ยท 7 years ago
  85. f1722ba Eliminate the tool/addopcodes.tcl script. The purpose of that script was to by drh ยท 7 years ago
  86. 6cf3009 Add further tests so that veryquick.test covers all vdbe branches. by dan ยท 7 years ago
  87. ce059e5 Improved comment on the sqlite3FaultSim() function. No changes to code. by drh ยท 7 years ago
  88. 94c7ab5 In the test_vfs.c VFS, if a Tcl xWrite script returns "SQLITE_OMIT", silently omit the write() call. by dan ยท 7 years ago
  89. e3bd232 Add the ability to override the new corruption detection logic by drh ยท 7 years ago
  90. 86223e8 In the xfer-optimization, do early detection of when the source and destination by drh ยท 7 years ago
  91. d1f9932 Add further test cases to improve VDBE branch coverage. by dan ยท 7 years ago
  92. 4c81cad Fix a typo in the documentation for sqlite3_value_frombind(). Also add a new by drh ยท 7 years ago
  93. eacc881 Minor fixes to requirements marks. by drh ยท 7 years ago
  94. b84b38f Add test cases to improve coverage of VDBE branches. Still some to go. by dan ยท 7 years ago
  95. 80ac9cb Correctly initialize the loadable extension thunk. by drh ยท 7 years ago
  96. 6775257 Simplification of the recent VACUUM changes that make the code more like by drh ยท 7 years ago
  97. eb80863 Fix an incorrect comment on a test case for rowid renumbering in VACUUM. by drh ยท 7 years ago
  98. 4e61e88 Only preserve rowid values for VACUUM INTO. Keep the legacy behavior of by drh ยท 7 years ago
  99. b92d7d2 Add a defense-in-depth NEVER() test to the WAL cleanup code. by drh ยท 7 years ago
  100. 3f49c32 Fix a couple of problems with "RANGE BETWEEN <expr> PRECEDING AND <expr> PRECEDING" frames. by dan ยท 7 years ago