๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 653b4f6 Version 3.25.2 by drh ยท 7 years ago version-3.25.2
  2. b67fd17 Fix a problem in releasetest.tcl causing configuration "Fast-One" to fail. by dan ยท 7 years ago
  3. e4b1eb9 Bump the version number to 3.25.2. by drh ยท 7 years ago
  4. 5bc4851 Fix a compilation issue in the "userauth" extension. Also fix a few test by drh ยท 7 years ago
  5. 77f136a Fix a problem building on Android with SQLITE_ENABLE_BATCH_ATOMIC_WRITE set. by drh ยท 7 years ago
  6. 4195437 Avoid incrementing the SQLITE_LOOKASIDE_MISS_SIZE stat before sqlite3_open() by drh ยท 7 years ago
  7. 75d1119 Fix missing space in 'configure.ac' reported on the mailing list. by drh ยท 7 years ago
  8. ca446b3 Add the "PRAGMA legacy_alter_table=ON" command to enable the pre-3.25.0 by drh ยท 7 years ago
  9. d4c1fda Allow a writable virtual table to have a schema with an INTEGER PRIMARY KEY by drh ยท 7 years ago
  10. 30b281b Fix a faulty assert() in the validation logic for the LEFT JOIN strength by drh ยท 7 years ago
  11. 579e80c Fix the "sqlite3" command in the TCL interface so that it correctly returns by drh ยท 7 years ago
  12. 8f25fe5 Fix a problem with views that use window functions as part of complex expressions. by drh ยท 7 years ago
  13. aaec593 Version 3.25.1 by drh ยท 7 years ago version-3.25.1
  14. ccc6551 Disable the ORDER BY LIMIT optimization in queries using window functions. by drh ยท 7 years ago
  15. 25f8013 Fix a false-positive in the post-ALTER-TABLE schema verification logic that by drh ยท 7 years ago
  16. 01191f6 Increase the version number to 3.25.1. by drh ยท 7 years ago
  17. f7d3b7a Version 3.25.0 by drh ยท 7 years ago version-3.25.0
  18. 9fd8425 Fix minor typos in comments that get carried over into documentation. by drh ยท 7 years ago
  19. f86ff13 Update releasetest.tcl to run "make test" as part of the "Fast-One" by dan ยท 7 years ago
  20. af524a6 Make sure the %z optimization for printf() is not invoked if there has been by drh ยท 7 years ago
  21. 396a103 Fix a requirement mark on a test script. No changes to code. by drh ยท 7 years ago
  22. a86acc2 Fix an assert() in os_unix.c that is not true when using RBU. by dan ยท 7 years ago
  23. 16b870d Restrict the scope of internal-use functions in alter.c. by drh ยท 7 years ago
  24. 83a9d14 Improvements to the documentation for SQLITE_FCNTL_DATA_VERSION. by drh ยท 7 years ago
  25. e8ab40d Fix an invalid pointer comparison triggered by renaming a table column when by dan ยท 7 years ago
  26. ed008ec Fix some harmless compiler warnings seen with MSVC. by mistachkin ยท 7 years ago
  27. 90d6f48 For MSVC, migrate some commonly used shell compilation options to the library. by mistachkin ยท 7 years ago
  28. 8741d0d Fix a harmless compiler warning that arose from the ENABLE_CURSOR_HINTS by drh ยท 7 years ago
  29. 15c4294 Do not do the byte-by-byte modifications in the resetdb.test script if the by drh ยท 7 years ago
  30. e3e7921 Fix a problem causing ENABLE_CURSOR_HINTS builds to segfault. by dan ยท 7 years ago
  31. 30a7d7d Fix a test script issue in fts3ao.test. by dan ยท 7 years ago
  32. be312ae Fix a minor problem causing an incorrect cursor-hint to be generated in some by dan ยท 7 years ago
  33. 173e782 Add the ability for loadable extensions to access the new by drh ยท 7 years ago
  34. d2f6501 Fix a broken assert() in fts3.c. by dan ยท 7 years ago
  35. 473dc73 New testcase() macros on virtual table xBestIndex logic. by drh ยท 7 years ago
  36. b7a002f Fix the LIKE optimization so that it is disabled when the LHS of the by drh ยท 7 years ago
  37. eb3fe0b Fix a problem with processing a "vtab.col IS NULL" expression within by dan ยท 7 years ago
  38. f7ded14 Fix an unreachable branch in the new sqlite3WhereOrderByLimitOptLabel() by drh ยท 7 years ago
  39. 6ee5a7b Fix multiple issues with the ORDER BY LIMIT optimization. This is the by drh ยท 7 years ago
  40. c93c614 Add a missing call to free() in Lemon. by mistachkin ยท 7 years ago
  41. 42cb6ec Fix typo in the Win32-specific code for the fileio extension. by mistachkin ยท 7 years ago
  42. 3b70045 Remove a faulty ALWAYS() macro added by check-in [8fa254aa6329bdd0]. by drh ยท 7 years ago
  43. b280212 Add extra test case to altertab.test. by dan ยท 7 years ago
  44. a488ec9 Add assert() and ALWAYS() to identify two unreachable branches. by drh ยท 7 years ago
  45. d5e6fef Fix a problem with renaming a non-temp table that has at least one temp by dan ยท 7 years ago
  46. 202a027 Minor fixes for problems revealed by releasetest.tcl. by dan ยท 7 years ago
  47. 9fd88e8 Fix an uninitialized variable in the OP_ParseSchema opcode that comes up by drh ยท 7 years ago
  48. 803507f In all.test, do not attempt to run the RBU tests in non-RBU builds. by dan ยท 7 years ago
  49. cb4e4b0 Fix a harmless compiler warning in os_unix.c. by drh ยท 7 years ago
  50. c50f75d Fix a problem with ALTER TABLE when there are views or triggers in the schema by dan ยท 7 years ago
  51. 1041a6a Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds. by dan ยท 7 years ago
  52. 7ea1edb Fix test script problems causing SQLITE_OMIT_VIRTUALTABLE builds to fail. by dan ยท 7 years ago
  53. 1884487 Merge accidental fork. by mistachkin ยท 7 years ago
  54. 3c4b613 Fix harmless compiler warning. by mistachkin ยท 7 years ago
  55. 905f981 Fix a problem causing SQLITE_OMIT_VIRTUALTABLE builds to fail. by dan ยท 7 years ago
  56. 71998f0 Add new test file "alterauth.test". by dan ยท 7 years ago
  57. fb05c7f Add an "ALTER TABLE RENAME COLUMN" command. Upgrade "ALTER TABLE RENAME TABLE" by dan ยท 7 years ago
  58. 194584e Merge latest trunk changes into this branch. by dan ยท 7 years ago alter-table-rename-column
  59. 1d85c6b Ensure that the tbl_name column in the sqlite_temp_master table is updated by dan ยท 7 years ago
  60. 7894b85 Add the randomshape.tcl test-case generator script to the util subdirectory by drh ยท 7 years ago
  61. a83a74c Fix excess memory usage in the JSON parser of GEOPOLY. by drh ยท 7 years ago
  62. 9a09b7b Fix a problem with geopoly trying to update both the _shape and an auxiliary by drh ยท 7 years ago
  63. 19950d5 Merge latest trunk changes into this branch. by dan ยท 7 years ago
  64. 5921f2b Fix some test script errors. And an incorrect assert() in fts5. by dan ยท 7 years ago
  65. b78d190 Remove an old testcase() macro that is no longer valid. by drh ยท 7 years ago
  66. 8900a48 Avoid comparing pointer values after the object that they point to has been by dan ยท 7 years ago
  67. dd1a9c8 Fix minor code issues in alter.c. by dan ยท 7 years ago
  68. 4af4212 Merge latest trunk changes into this branch. by dan ยท 7 years ago
  69. 65372fa Improve the error messages emitted by RENAME TABLE. by dan ยท 7 years ago
  70. 3666078 Ensure that FTS5 queries of the form "WHERE rowid BETWEEN ? AND ? AND tbl by dan ยท 7 years ago
  71. 143df55 Add another test case to altertab.test. by dan ยท 7 years ago
  72. b87a9a8 Fix a problem with renaming a column in a table that has a temp trigger that by dan ยท 7 years ago
  73. 5b1da30 Fixes for harmless compiler warnings. by drh ยท 7 years ago
  74. c753c21 Fix some harmless compiler warnings and improve defenses against OOM errors. by drh ยท 7 years ago
  75. ffc7e91 Merge alter-table-rename-table back into this branch. by dan ยท 7 years ago
  76. 0923650 Have "ALTER TABLE ADD COLUMN" reload the entire db schema, as "RENAME COLUMN" by dan ยท 7 years ago alter-table-rename-table
  77. 010f8ee Merge fixes from the alter-table-rename-column branch that occurred after by drh ยท 7 years ago
  78. c840b42 Merge fixes and enhancements from trunk. by drh ยท 7 years ago
  79. 6ae2454 Update test script snapshot_fault.test to account for the new by dan ยท 7 years ago
  80. 28d46ee New hyperlink on the README.md file. by drh ยท 7 years ago
  81. 8d4b7a3 If a call to sqlite3_snapshot_open() fails because the requested snapshot no by dan ยท 7 years ago
  82. 141e119 Ensure b-tree mutexes are always held when sqlite3FindTable() is called. Do by dan ยท 7 years ago
  83. 876c7ea Try to identify the places in WAL code where thread-safety depends on the by drh ยท 7 years ago
  84. 9d32482 Test the schema after renaming a table. Ensure that temp database triggers and by dan ยท 7 years ago
  85. ed92721 Give the debugging routine print_pager_stats() external linkage in order to by drh ยท 7 years ago
  86. 0ccda96 Fix an ALTER TABLE problem with processing temp schema views and triggers. by dan ยท 7 years ago
  87. e35fc30 Improved JSON parser caching. by drh ยท 7 years ago
  88. 9c1d7c6 Additional test cases for geopoly. by drh ยท 7 years ago
  89. c9461ec Extend RENAME TABLE to edit triggers and views. Still buggy. by dan ยท 7 years ago
  90. 17f19ea Fixes to the UPDATE logic in Geopoly. by drh ยท 7 years ago
  91. 9d67afc Also free up the MEM_RowSet bit in the Mem.flags field and have RowSet objects by drh ยท 7 years ago
  92. 72f56ef Free up the MEM_Frame bit in Mem.flags object. Store VdbeFrame objects by drh ยท 7 years ago
  93. c0d2117 Add the geopoly_group_bbox() aggregate function to the Geopoly module. by drh ยท 7 years ago
  94. 8ab114c Disable the server1.test script on old PPC Macs due to problems in the by drh ยท 7 years ago
  95. 58726ca Stricter enforcement of the JSON and GeoJSON standards in the Geopoly extension. by drh ยท 7 years ago
  96. 79931a1 Fix new issues in the geopoly module discovered by TH3. by drh ยท 7 years ago
  97. f577875 Fix a problem causing spurious SQLITE_CORRUPT errors when using the snapshot by dan ยท 7 years ago
  98. 5965fed Add support for the Geopoly extension to the R-Tree extension. This also by drh ยท 7 years ago
  99. 74e0aae Minor changes to the visual01.txt test script. by drh ยท 7 years ago rtree-geopoly
  100. b2a18c9 Split the three-argument version of geopoly_within() off into a separate by drh ยท 7 years ago