๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 280c894 Calculate non-aggregate expressions in the SELECT list of an aggregate query by dan ยท 8 years ago exp-agg-opt
  2. 8e9deb6 Update and correct the documentation on the OP_OpenRead, OP_OpenWrite, by drh ยท 8 years ago
  3. 0058329 Version 3.24.0 by drh ยท 8 years ago version-3.24.0
  4. eb7df46 Avoid using a misaligned pointer. by drh ยท 8 years ago
  5. 1fb7a60 Fix the usage of posix_fallocate() so that it correctly responds to by drh ยท 8 years ago
  6. 69a4b38 Update a test case in malloc5.test to take into account that malloc() by dan ยท 8 years ago
  7. 5ba5f5b Work around a sanitizer warning about a pointer being only 4-byte aligned by drh ยท 8 years ago align8-fix
  8. 789df14 Proposed fix for the use of posix_fallocate() so that it handles EINVAL by drh ยท 8 years ago einval-from-fallocate
  9. e893e2e Fix the CSV extension so that it works with single-column CSV files. by drh ยท 8 years ago
  10. 4344dbd Ensure that sqlite3AuthRead() is only call for TK_COLUMN and TK_TRIGGER by drh ยท 8 years ago
  11. 0f86c9d Fix a bug in the SQLITE_ENABLE_SORTER_REFERENCES code causing an out-of-bounds by dan ยท 8 years ago
  12. 416a801 More documentation typo fixes. No code changes. by drh ยท 8 years ago
  13. 8cdafc3 Fix a harmless typo in a comment used to generate documentation. by drh ยท 8 years ago
  14. fc232d6 Add the Makefile.fallback makefile to the amalgamation tarball. by drh ยท 8 years ago
  15. 5d31128 Do not use the codec on the resetdb.test script. by drh ยท 8 years ago
  16. 8e02a18 Fix a typo in an error message in the CLI. by drh ยท 8 years ago
  17. 6a8b94e Fix the parser so that it builds with -DSQLITE_OMIT_CTE. by drh ยท 8 years ago
  18. 3e62ddb Fix a harmless compiler warning. by drh ยท 8 years ago
  19. ea93e28 Increase the number of database handles opened by test script oserror.test to by dan ยท 8 years ago
  20. 867e6de Fix autoinc.test and resetdb.test so that they work with all permutations. by dan ยท 8 years ago
  21. 59ee43a Add a comment to justify a goto statement. No code changes. by drh ยท 8 years ago
  22. 1d40cdb More minor changes to test scripts. by dan ยท 8 years ago
  23. d3e17ff Fix some test script issues caused by recent EXPLAIN QUERY PLAN enhancements. by dan ยท 8 years ago
  24. 66e82b4 Do not run test file "resetdb.test" as part of permutation "inmemory_journal". by dan ยท 8 years ago
  25. fecfb31 Do not require a statement journal in cases where REPLACE conflict handling is by dan ยท 8 years ago
  26. 50baf3d When compiling with SQLITE_DEBUG, add run-time checks to ensure that no statement aborts unless either there have been no writes or else there is a statement journal. by drh ยท 8 years ago
  27. 341141c Fix the build so that it works with -DSQLITE_TEST_REALLOC_STRESS by drh ยท 8 years ago stmt-journal-testing
  28. 4031baf When compiling with SQLITE_DEBUG, add run-time checks to ensure that no by drh ยท 8 years ago
  29. 9201184 Store application-defined function names as lower-case to avoid the need by drh ยท 8 years ago
  30. 7fc86b9 Add a single sentence of documentation about the virtual table by drh ยท 8 years ago
  31. 338e311 When doing a one-pass UPDATE or DELETE on virtual tables, close the cursor by drh ยท 8 years ago
  32. 30fc7f8 New test case for reading and writing the same rtree concurrently. by drh ยท 8 years ago
  33. c8c9cdd Do not allow RTree writes when a read cursor is active on the same virtual by drh ยท 8 years ago
  34. b9cd2c4 In the OOM testing logic, add the sqlite3FirstFault() routine as a place to by drh ยท 8 years ago
  35. bbd574b Fix a typo in a comment used to generate VDBE opcode documentation. No by drh ยท 8 years ago
  36. cf8784c Addition cases for rtree preformance testing in speedtest1.c. Add the by drh ยท 8 years ago
  37. 7458a9f Updates to the sqlite3_vtab_nochange() documentation. No changes to code. by drh ยท 8 years ago
  38. 4c57e32 Remove a branch that is no longer used due to the fix to the by drh ยท 8 years ago
  39. 186ebd4 Verify that the sqlite_sequence table exists and is in approximately the by drh ยท 8 years ago
  40. e8cf689 Add support for auxiliary columns to the rtree extension. by drh ยท 8 years ago
  41. 16d261b Merge enhancements from trunk, especially the CLI fixes. by drh ยท 8 years ago aux-data-in-rtree
  42. 9e80403 In the CLI, detect and report errors on sqlite3_close(). Clear global by drh ยท 8 years ago
  43. a02fd67 Avoid unnecessary sqlite3_finalize() operations. by drh ยท 8 years ago
  44. 136c990 Fix a prepare-statement leak. by drh ยท 8 years ago
  45. 252f396 Improved error messages. Limit the number of auxiliary columns to 100. by drh ยท 8 years ago
  46. bc30e20 Improvements to integer/float comparisons on architectures that lack a by drh ยท 8 years ago
  47. 8d1751b Remove incorrect NEVER() macro added by the previous check-in. by drh ยท 8 years ago int-float-compare
  48. 6c319e1 Improvements to the sqlite3IntFloatCompare() routine for systems that by drh ยท 8 years ago
  49. be4ccb2 In the CLI with the -A command, if the file does not previously exist and by drh ยท 8 years ago
  50. d0f9cdc Improved error and help messages for the ".archive" command and "-A" option by drh ยท 8 years ago
  51. 1f22f62 Fix memory errors associated with argv in the CLI when it is by drh ยท 8 years ago
  52. 26fb126 Fix an issue with rtreecheck() and auxiliary data columns. by drh ยท 8 years ago
  53. 7578456 Do not allow auxiliary columns in the rtree to interfere with query planning. by drh ยท 8 years ago
  54. 1e76c22 Fix the OOM issue mentioned in the previous check-in. by drh ยท 8 years ago
  55. e297196 Initial implementation of the ability to have auxiliary columns in an rtree by drh ยท 8 years ago
  56. f80bba9 Enhance the sqlite3_str_new() interface so that it always returns a valid by drh ยท 8 years ago
  57. dd7460f Correct output for the fullkey column of json_each() when the total JSON by drh ยท 8 years ago
  58. a44005a Fix a test case problem in wherelimit.test. by dan ยท 8 years ago
  59. 492ad13 Make more aggressive use of automatic indexes when processing materalized by drh ยท 8 years ago
  60. a090ab9 Convert the schema creation logic in the rtree extension to use the by drh ยท 8 years ago
  61. a3926f4 Fix typo in the shell.c source file. by mistachkin ยท 8 years ago
  62. fc97c1c Export the deduceDatabaseType() function the shell.c source file. by drh ยท 8 years ago
  63. 69ed38a Add the --append option to the ".backup" command in the CLI. by drh ยท 8 years ago
  64. 1615c37 In the CLI, allow comment lines that begin with '#', but only in a context by drh ยท 8 years ago
  65. fc29a86 In the CLI, return non-zero if there are errors on the command-line. by drh ยท 8 years ago
  66. 003edba Fix a typo in the help message from the ".sha3sum" command in the CLI. by drh ยท 8 years ago
  67. f2072d1 Make sure the open_db() routine in the CLI does not invoke access() with by drh ยท 8 years ago
  68. cb38809 Add a test case to check that the fts5 unicode64 tokenizer is dealing with by dan ยท 8 years ago
  69. f0f9dbd Add 14 new interfaces to the loadable extension mechanism. by drh ยท 8 years ago
  70. 446135d Fix minor problems with the sqlite3_str interface. by drh ยท 8 years ago
  71. 0cdbe1a Make the internal dynamic string interface available to extensions using by drh ยท 8 years ago
  72. 721e853 Fix a typo in a comment used for documentation. No code changes. by drh ยท 8 years ago
  73. 4c54045 Correctly format the STAT1 and STAT4 content in the output from the by drh ยท 8 years ago
  74. f2cf412 Fix a harmless compiler warning in fuzzcheck. Add new OSSFuzz test cases by drh ยท 8 years ago
  75. 5ecf903 Fuzz test cases for UPSERT. by drh ยท 8 years ago
  76. 89ee229 Activate the cell-overwrite optimization for index b-trees. by drh ยท 8 years ago
  77. d720d39 Improved comments on the cell-overwrite optimization code. by drh ยท 8 years ago
  78. e3c05a5 On an UPDATE, try to overwrite an existing btree cell with the modified by drh ยท 8 years ago
  79. e2188f0 Fix harmless compiler warnings associated with the new EXPLAIN QUERY PLAN logic. by drh ยท 8 years ago
  80. 30f7a25 Fix harmless compiler warnings in the cell-overwrite logic. by drh ยท 8 years ago cell-overwrite-prototype
  81. 60208c3 Backout change [05fee1a21ea398f1e4d6f1cf3] because it does not take into by drh ยท 8 years ago
  82. c6f36fa In an ORDER BY LIMIT, make sure the ORDER BY expression evaluator does not by drh ยท 8 years ago
  83. 6fcf83a Fix a slightly incorrect corruption detection branch in the btree logic. by drh ยท 8 years ago
  84. cb737dc Merge enhancements from trunk. by drh ยท 8 years ago
  85. e3d511c Fix requirements marks. No code changes. by drh ยท 8 years ago
  86. e632ae7 For the amalgamation-tarball, enable FTS5 and JSON1 by default and by drh ยท 8 years ago
  87. 5d72d92 Make a separate limb in the EXPLAIN QUERY PLAN output for the various lines by drh ยท 8 years ago
  88. 4388522 In ORDER BY LIMIT queries, try to evaluate the ORDER BY terms first, and it by drh ยท 8 years ago
  89. 5e8b985 Fix a branch that has become unreachable due to recent enhancements. by drh ยท 8 years ago
  90. 34b27ed Improved security for VACUUM. This check-in combines the fixes by drh ยท 8 years ago
  91. 98b677f Overhaul of EXPLAIN QUERY PLAN. The output is now in the form of a tree. by drh ยท 8 years ago
  92. 4d79983 Optimizations to the new EQP framework. by drh ๏ฟฝ๏ฟฝ 8 years ago rework-EQP
  93. d5aa926 Fix various error handling conditions on the cell overwrite optimization. by drh ยท 8 years ago
  94. da65fc6 The BtCursor.info fields are only valid if info.nSize!=0. by drh ยท 8 years ago
  95. 4f84e9c Add more corruption checking to the cell overwrite logic. by drh ยท 8 years ago
  96. 9b03192 Bug fixes in the overwrite optimization. by drh ยท 8 years ago
  97. 3de5d16 The sqlite3BtreeInsert() routine tries to overwrite an existing cell with by drh ยท 8 years ago
  98. fa16f5d Enhance EXPLAIN QUERY PLAN to report the generation of constant rows using by drh ยท 8 years ago
  99. cdf8876 More test case updates. Tests are all running now. by drh ยท 8 years ago
  100. b3f0276 Fix test cases so that they work with the new EXPLAIN QUERY PLAN output by drh ยท 8 years ago