๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 1b361ff Add the experimental SQLITE_FCNTL_WIN32_GET_HANDLE file control. by mistachkin ยท 10 years ago win32GetHandle
  2. 799730b The session extension is disabled by default. To enable it using by drh ยท 10 years ago
  3. 5e18d40 Turn the session extension off by default. Enable using --enable-session on by drh ยท 10 years ago session-make
  4. 48cd59a Avoid left-shifts of signed integers. by drh ยท 10 years ago
  5. 39f98c5 Remove some randomness from test script temptable2.test. by dan ยท 10 years ago
  6. b1c6995 Fix a test case in temptable2.test so that it works on systems that by drh ยท 10 years ago
  7. cf7e755 Fix harmless LLVM compiler warnings in the srcck1.c utility program used by drh ยท 10 years ago
  8. 57a07ba Disable the multi-row one-pass DELETE optimization when the WHERE clause by drh ยท 10 years ago
  9. 44aebff Improvements to the way the LIKE optimization is implemented, resulting in by drh ยท 10 years ago
  10. 40cf36f Change the way tester.tcl handes $argv so that in "permutations.test <permutation> <filename>" <filename> may be the name of any file in the test/ directory. by dan ยท 10 years ago
  11. 2f55511 Remove an unnecessary branch from the OP_String8 opcode. by drh ยท 10 years ago
  12. 2e55b04 More bug fixes to Lemon identified by Kelvin Sherlock. None of these by drh ยท 10 years ago
  13. 99f5de7 Simplifications to the OP_Halt opcode implementation. by drh ยท 10 years ago
  14. 2aab11f Fix the temporary directory search algorithm for unix so that it fails by drh ยท 10 years ago
  15. 54606bb Postpone I/O associated with TEMP files for as long as possible, with the by drh ยท 10 years ago
  16. 4a030c6 Fix test script temptable2.test so that it works with the "inmemory_journal" and "journaltest" permutations. by dan ยท 10 years ago tempfiles-25
  17. 20ae326 Merge latest trunk changes, including test case fixes, with this branch. by dan ยท 10 years ago
  18. 288327e Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. Fix a mostly harmless buffer overread in the sessions module. by dan ยท 10 years ago
  19. afb8cd9 Lemon bug fix: Do not merge action routines unless their destructors are by drh ยท 10 years ago
  20. 14faa06 Fix an almost entirely harmless buffer overread in the sessions module. by dan ยท 10 years ago permutations-fix
  21. a3fa140 Some optimization comments added to vdbe.c. No functional changes to code. by drh ยท 10 years ago
  22. aa50271 Further simplifications and improved commentting on the rowset.c module, by drh ยท 10 years ago
  23. 396794f Comment changes only: Add several optimization marks in rowset.c. Add by drh ยท 10 years ago
  24. 2075fb0 Fix typo in comment. No changes to code. by mistachkin ยท 10 years ago
  25. cb6d66b Rearrange some code in the RowSet logic for clarity of presentation, while by drh ยท 10 years ago
  26. 8443533 Merge latest changes from trunk with this branch. by dan ยท 10 years ago
  27. 14cee38 Avoid running sessionfault.test and sessionfault2.test as part of the "inmemory_journal" permutation. by dan ยท 10 years ago
  28. 75ab50c Use comments to mark several branches as optimizations. No changes to code. by drh ยท 10 years ago
  29. 3104c4d Ensure that quota.test deletes the directory named "test.db" that it creates. by dan ยท 10 years ago
  30. 10c0a2a Remove an unnecessary conditional from the sqlite3DecOrHexToI64() routine. by drh ยท 10 years ago
  31. 609d584 Change the sqlite3Atoi64() routine so that it returns failure if not all of by drh ยท 10 years ago
  32. 05accd2 Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. by dan ยท 10 years ago
  33. ad975d5 More simplification of the sqlite3AtoF() routine. Add special comments by drh ยท 10 years ago
  34. 9bf0136 Fix a couple of test script problems on this branch. Both related to the fact that temp database page sizes can no longer be changed by VACUUM or the backup API after the temp db is populated. by dan ยท 10 years ago
  35. c6daa01 Remove still more unnecessary branches from sqlite3AtoF(). by drh ยท 10 years ago
  36. 15af62a Further simplifications to sqlite3AtoF() to remove unneeded branches. by drh ยท 10 years ago
  37. e5f06fd Remove an unnecessary line from the sqlite3AtoF() routine. by drh ยท 10 years ago
  38. 97a7e5e The pcache and the built-in VFSes should not use mutexes when by drh ยท 10 years ago
  39. 4516482 Fix an issue in temptable2.test preventing it from working with SQLITE_DEFAULT_AUTOVACUUM=1 builds. by dan ยท 10 years ago
  40. 0a5ced4 Merge the checksymbols fix from trunk into this branch. by dan ยท 10 years ago
  41. b283a0c Fix the "checksymbols" target in Makefile.in to be able to deal with the by drh ยท 10 years ago
  42. ead01fd Add an sqlite3FaultSim() all to make it easier to simulate IO errors in by drh ยท 10 years ago
  43. 6c96358 Remove an obsolete comment from the pager. No code changes. by drh ยท 10 years ago
  44. ae20690 Update the RBU vacuum code so that databases that use custom collation sequences can be vacuumed. by dan ยท 10 years ago
  45. 835f22d Fix some unreachable branches in the pager. by drh ยท 10 years ago
  46. dc7adf2 Merge bug fix from trunk. by drh ยท 10 years ago
  47. b1ec87a When checking for the WHERE-clause push-down optimization, verify that by drh ยท 10 years ago
  48. 1de86ca Fix a typo in the Makefile. by mistachkin ยท 10 years ago
  49. d456e92 Merge the temporary directory search algorithm fix from trunk. by drh ยท 10 years ago
  50. 23ee893 Fix the fix to the temporary directory search algorithm so that it continues by drh ยท 10 years ago
  51. 7ff5d52 Merge the latest trunk changes. by drh ยท 10 years ago
  52. 2d36f06 Fix a problem with mixing temp-files and mmap-mode. by dan ยท 10 years ago
  53. 6572c16 Fix some problems to do with temp-file databases and recovering from IO and SQLITE_FULL errors. by dan ยท 10 years ago
  54. 7694e06 Change the temporary directory search algorithm on unix so that directories by drh ยท 10 years ago
  55. 83b74f2 Add the sqlite3rbu_vacuum() API, to create an RBU handle that can be used to rebuild a database in the same way as the VACUUM command. by dan ยท 10 years ago
  56. b7a2086 If a call to sqlite3rbu_close() on an rbu handle opened by sqlite3rbu_vacuum() returns other than SQLITE_OK, delete the contents of the rbu_state table. This ensures that if an RBU vacuum operation either completes successfully or encounters an error, the next call to sqlite3rbu_vacuum() with the same parameters starts a new RBU vacuum operation. by dan ยท 10 years ago rbu-vacuum
  57. 2e8bfb6 Fix a problem in rbu vacuum on tables with a large sqlite_master table. by dan ยท 10 years ago
  58. 6bcfe8b Add a function prototype in order to fix a compiler warning. by drh ยท 10 years ago
  59. 518aca1 Merge updates from trunk. by drh ยท 10 years ago
  60. 26f7977 Add the SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION method for enabling by drh ยท 10 years ago
  61. f602a16 Test cases for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION. by drh ยท 10 years ago load-ext-security
  62. 191dd06 Revert sqlite3_enable_load_extension() to its original long-standing behavior. by drh ยท 10 years ago
  63. 94d4969 Add a documentation comment for sqlite3rbu_vacuum() to sqlite3rbu.h. by dan ยท 10 years ago
  64. cdce61e When an error occurs while transitioning out of WAL mode, make sure the by drh ยท 10 years ago
  65. 333f805 Fix a locking race condition in Windows 10 that can occur when two or more by drh ยท 10 years ago
  66. 132dde5 Add fault injection tests for rbu vacuum. Fix some problems revealed by the same. by dan ยท 10 years ago
  67. 1a55ded <b>API Change:</b> Modify sqlite3_enable_load_extension() so that it only by drh ยท 10 years ago
  68. 1aea630 Updates to ensure the values of PRAGMA settings like "page_size", "auto_vacuum", "user_version" and "application_id" are not lost when a database is RBU vacuumed. by dan ยท 10 years ago
  69. 46f0035 When an RBU vacuum is started on a db identified using a URI filename, pass the same URI parameters when creating the new version of the db. This ensures that RBU vacuum works with password protected databases. by dan ยท 10 years ago
  70. bff4b63 Detect attempts to use rbu vacuum on a wal mode database (not allowed). And attempts to write to a database in the middle of an rbu vacuum (which prevents the vacuum from resuming). by dan ยท 10 years ago
  71. 58e3812 Another fix to rbu vacuum for a zipvfs case. by dan ยท 10 years ago
  72. beccf1d Fix some zipvfs related problems in RBU vacuum. by dan ยท 10 years ago
  73. a6dddd9 Remove quotes from identifiers used as datatype names in a CREATE TABLE by drh ยท 10 years ago
  74. 2c03652 Merge recent trunk changes. by drh ยท 10 years ago
  75. b5895e5 sqlite3PCachePerecentDirty() should return 0 if the pcache is empty. by drh ยท 10 years ago
  76. f9986d9 The last parameter to pread64() and pwrite64() should be off64_t, not off_t. by drh ยท 10 years ago
  77. 303a094 Add the -vacuum switch to the "rbu" demonstration program. by dan ยท 10 years ago
  78. 2bb5f44 Changes so that rbu vacuum works with zipvfs databases. by dan ยท 10 years ago
  79. 977cbe7 Avoid creating any extra files ("<target>-vacuum") when running an RBU vacuum. Ensure that the OAL file created is "<target>-oal", not "<target>-vacuum-oal". by dan ยท 10 years ago
  80. ee65eea Fix a couple of assert() statements that were failing with OOM error tests. by dan ยท 10 years ago
  81. f891576 Add the experimental sqlite3rbu_vacuum() API function. For opening an RBU handle that rebuilds a database from scratch. by dan ยท 10 years ago
  82. eacd29d CLI enhancement: Add the ".eqp full" option, that shows both the EXPLAIN by drh ยท 10 years ago
  83. 5313f2e In the ICU extension toupper() and tolower() SQL functions, avoid calling u_strToUpper() or u_strToLower() a second time if the buffer passed to the first invocation turns out to be large enough. by dan ยท 10 years ago
  84. 4971160 Add the SF_HasAgg constant (currently unused). Also enhance the comments on by drh ยท 10 years ago
  85. fc26f7c Correctly interpret negative "PRAGMA cache_size" values when determining the cache-size used for sorting large amounts of data (i.e. the functionality in vdbesort.c). by dan ยท 10 years ago
  86. 7111c93 Add some missing testcase() macros to the pushDownWhereTerms() routine. by drh ยท 10 years ago
  87. f1b5ff7 Rename WhereInfo.pResultSet to pDistinctSet to more accurately reflect what by drh ยท 10 years ago
  88. 8f2ce91 Since the return value of sqlite3OsClose() is always ignored, we might as by drh ยท 10 years ago
  89. 7512cb4 Additional ".selecttrace" debugging output when the query is transformed from a by drh ยท 10 years ago
  90. 07d683f Fix compiler warnings by removing surplus local variables in the schema by drh ยท 10 years ago
  91. 1454b26 Merge enhancements from trunk via tempfiles-lazy-open. by drh ยท 10 years ago
  92. 0f52455 On commit, flush dirty temp-file pages only if the file is already open and 25% or more of the cache is dirty. by dan ยท 10 years ago
  93. 8ca7b17 Merge enhancements from trunk. by drh ยท 10 years ago tempfiles-lazy-open
  94. 0cb64ed Fixes for harmless compiler warnings. by drh ยท 10 years ago
  95. 4926fec Add the --indent option to the .schema and .fullschema commands in the shell, by drh ยท 10 years ago
  96. 02d436b A couple more compiler warning fixes. by mistachkin ยท 10 years ago
  97. c5896b5 Even more compiler warning fixes. by mistachkin ยท 10 years ago
  98. 77fac87 More harmless compiler warning fixes. by mistachkin ยท 10 years ago
  99. 02267cc Compilation fix for a C99-ism in the 'fts3view' tool. by mistachkin ยท 10 years ago
  100. 74f598b Fix harmless compiler warnings in the 'session' module. by mistachkin ยท 10 years ago