๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 6696ba3 Add an OOM fault injection test for the new code on this branch. by dan ยท 11 years ago stat4-skipscan
  2. 8e9028d Add further tests to skipscan5.test. by dan ยท 11 years ago
  3. 0288b21 Add header comments on new routines. Rework the sqlite3Stat4Column() routine by drh ยท 11 years ago
  4. fa88745 Fix a problem with using stat4 samples of type text when estimating the rows visited by a range-query/skip-scan loop. by dan ยท 11 years ago
  5. 3eddb23 Change the VDBE to export the sqlite3MemCompare() routine and thus free by drh ยท 11 years ago
  6. 4364dc5 Merge fixes from trunk with this branch. by dan ยท 11 years ago
  7. 4e42ba4 Fix a couple of problems in estimating the number of rows visited by a range query that uses a skip-scan. by dan ยท 11 years ago
  8. 5d24951 Add some more IN operator tests. by mistachkin ยท 11 years ago
  9. 2d84ac4 Fix compilation issue when STAT4 is not enabled. by mistachkin ยท 11 years ago
  10. 9bec6fb Revise the affinity returned for expressions flagged as 'generic'. Fix for [9a8b09f8e6]. by mistachkin ยท 11 years ago
  11. b0b8290 Attempt to use sqlite_stat4 data to estimate the number of rows visited by a range query that uses a skip-scan. This code is largely untested. by dan ยท 11 years ago
  12. a9bc3cf Fix showstat4.c so that it decodes typecodes 8 and 9 correctly. by drh ยท 11 years ago
  13. f127814 Add the showstat4.exe utility program for decoding and displaying the by drh ยท 11 years ago
  14. c197154 Add the .fullschema command to the sqlite3.exe utility. This command shows by drh ยท 11 years ago
  15. 685ffb1 Fix a problem with SQLITE_OMIT_WSD builds. by dan ยท 11 years ago
  16. 702eec1 Fix a problem with SQLITE_OMIT_WAL builds. by dan ยท 11 years ago
  17. 56e67dd Improved display of record data in the "NNNbd" output of the showdb.exe by drh ยท 11 years ago
  18. 419e040 In the showdb.exe utility, for the "NNNbd" command, also show data fields by drh ยท 11 years ago
  19. 6a30cd5 Add the ability to decode the headers of individual cells, byte-by-byte, by drh ยท 11 years ago
  20. 267a13f Add the "LogEst" and "LogEst.exe" target to the makefiles. by drh ยท 11 years ago
  21. 6c34e58 Fix a comment on the sqlite3Utf8Read() routine. No changes to code. by drh ยท 11 years ago
  22. f9944b5 Prevent an automatic index from taking the place of a declared index. by drh ยท 11 years ago
  23. dabe36d Prevent an automatic index from taking the place of a declared index. by drh ยท 11 years ago autoindex-improvements
  24. ef3ad02 Fix a missing space in a "wheretrace" comment. No changes to production code. by drh ยท 11 years ago
  25. 03202a9 Add the likely() function for symmetry with unlikely(). The likely(X) by drh ยท 11 years ago
  26. e2bdf6e Improvements to query planning, especially in regards to estimating the by drh ยท 11 years ago
  27. 2daa64c Add the autoindex2.test testing module. by drh ยท 11 years ago
  28. 9740726 A different approach to the autoindex problem that deletes query-planner code by drh ยท 11 years ago
  29. 9f80829 Simplification to the logic that prevents automatic indexes from being formed by drh ยท 11 years ago
  30. 6b7ff74 Allow an automatic index on a WHERE constraint where the RHS is does not by drh ยท 11 years ago
  31. 9978e6a Do not attempt to create an automatic index on a constant constraint, as by drh ยท 11 years ago
  32. 6fe0338 Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. by mistachkin ยท 11 years ago
  33. 0ace74a In the "wheretrace" logic (disabled for normal builds) expand the print width by drh ยท 11 years ago
  34. 0bdbc90 Add the SQLITE_UNLINK_AFTER_CLOSE compile-time option. If enabled, the by drh ยท 11 years ago
  35. 2fe7081 Add an application ID for MBTiles tilesets. by drh ยท 11 years ago
  36. 3044b51 Back out the unix VFS changes that seeks to avoid fstat() calls after an by drh ยท 11 years ago
  37. 6d36ffe Add the ".eqp" dot-command to the ".help" output in the command-line shell. by drh ยท 12 years ago
  38. a2412c1 Fix the extension01.test script so that it works on windows. Fix a by drh ยท 12 years ago
  39. 51ed298 Add test cases for the fileio extension. by drh ยท 12 years ago
  40. 40e75cb Add the fileio.c loadable extension, that implements readfile() and writefile() by drh ยท 12 years ago
  41. 0b93058 Add an extension that implements compress() and uncompress() SQL functions. by drh ยท 12 years ago
  42. 5b6e3b9 Increase the WAL-mode SQLITE_PROTOCOL timeout to 10 seconds. by drh ยท 12 years ago
  43. 696964d Simplify the estLog() routine. by drh ยท 12 years ago
  44. 77ae7ca Avoid an unnecessary initialization of the szFile field of unixFile in by drh ยท 12 years ago
  45. 4fd7111 Enhance the unix VFS so that it keeps track of the size of unlinked files by drh ยท 12 years ago
  46. f5154c6 Enhance the unix VFS so that it keeps track of the size of unlinked files by drh ยท 12 years ago omit-fstat-after-unlink
  47. 62a223e Modify the %nonassoc directive in lemon so that it generates a run-time by drh ยท 12 years ago
  48. 69e9782 Add a test case to ensure that estLog() works for negative numbers. by drh ยท 12 years ago
  49. c94b2f7 Make sure the estLog() routine in the query planner handles negative by drh ยท 12 years ago
  50. 94aa7e0 Fix an obsolete comment on the whereRangeScanEst() routine. No changes to code. by drh ยท 12 years ago
  51. 33b7bcb Fix a problem that was causing the FTS4 integrity-check command to fail if the table had one or more "notindexed" columns. by dan ยท 12 years ago
  52. 98ecc1f Version 3.8.5 by drh ยท 12 years ago version-3.8.5
  53. d0dc5d4 Avoid closing a pseudo-table associated with sorting in a co-routine since by drh ยท 12 years ago
  54. 5a0b8b1 Add a test to double-check that [1cbe7a0883] did not affect anything. by dan ยท 12 years ago
  55. 7f80c71 Remove the WHERE_LIKELIHOOD bit, as it does not seem to effect any result. by drh ยท 12 years ago
  56. 974db61 Fix a typo in a requirements mark comment in a test script. No changes to code. by drh ยท 12 years ago
  57. 2504c6c Fix the query planner so that it once again knows that queries without a by drh ยท 12 years ago
  58. 5f43812 Add the "valgrind-nolookaside" permutation to permutations.test. by dan ยท 12 years ago
  59. 01f3754 Fix a harmless "scan-build" compiler warning in the command-line shell. by drh ยท 12 years ago
  60. 7ef4d1c Fix a compile of harmless static analyzer warnings. by drh ยท 12 years ago
  61. 110e0eb Revise locking retry semantics in Win32 VFS to abort early if the file handle is reported as invalid. by mistachkin ยท 12 years ago
  62. ff9fcd5 Add extra checking of the database extended error code. by mistachkin ยท 12 years ago winLockHandle
  63. 6b98d67 Add tests for the invalid file handle detection logic in the winLock() function. by mistachkin ยท 12 years ago
  64. 3c4461f Fix a harmless compiler warning in the command-line shell code. by drh ยท 12 years ago
  65. b463fef Fix to the EXPLAIN indentation logic in the command-line shell. by drh ยท 12 years ago
  66. c2ce0be Improvements to error messages for errors in the dot-commands of the by drh ยท 12 years ago
  67. dcb3e3d Only quote the arguments to the ".shell" and ".system" commands if they by drh ยท 12 years ago
  68. 62cdde5 Add the ".shell" and the ".system" commands (aliases for the same thing) by drh ยท 12 years ago
  69. 3b21f6d Add an extra test to verify that the FTS notindexed option is working. by dan ยท 12 years ago
  70. 8e86b6a Revise locking retry semantics in Win32 VFS to abort early if the file handle is reported as invalid. by mistachkin ยท 12 years ago
  71. ff0bc8f Revise how OSTRACE reports logically boolean results in the Win32 VFS. by mistachkin ยท 12 years ago
  72. e9afc3f Remove an incorrect assert() in the sorter. by drh ยท 12 years ago
  73. 3c559a8 Fix harmless compiler warnings. by drh ยท 12 years ago
  74. 48dd1d8 Change the name of the Index.autoIndex field to Index.idxType and provide by drh ยท 12 years ago
  75. a3bc66a Avoid unnecessary cursor opens and seeks when running the OR-optimization by drh ยท 12 years ago
  76. 3fb6730 Improved comments on the OR-optimization logic in the query planner. by drh ยท 12 years ago
  77. f53b4ad Remove unused code (previously #ifdef-ed out) from btree.c. by drh ยท 12 years ago
  78. b7231a8 Fix a harmless compiler warning in the FTS4 logic. by drh ยท 12 years ago
  79. c2070c7 Add a test to whereI.test that uses a multi-column PK. by dan ยท 12 years ago
  80. 1529908 Fix for (unsupported) SQLITE_USE_FCNTL_TRACE code. by drh ยท 12 years ago
  81. 736932c Add the OR-optimization to WITHOUT ROWID tables. by drh ยท 12 years ago
  82. 5609baf Minor enhancements to comments and clarification of the code. by drh ยท 12 years ago without-rowid-or-opt
  83. 68c1215 Add a missing VdbeCoverage() macro on an OP_Found opcode added in the previous by drh ยท 12 years ago
  84. f97dad8 Enable the OR optimization for WITHOUT ROWID tables. Use a temp table instead of the RowSet object to track the rows that have already been included in the result set. by dan ยท 12 years ago
  85. 6a8ac85 Fix a problem in the shell when importing CSV files. If the leftmost field of the first row in the CSV file was both zero bytes in size and unquoted, no data was imported. by dan ยท 12 years ago
  86. cde81d5 Fix a problem in FTS4 where columns with names that are prefixes of any notindexed column were also being (incorrectly) marked as not indexed. For example in "CREATE ... t1(abc, bc, abcd, notindexed=abcd)", both abc and abcd were being treated as notindexed. by dan ยท 12 years ago
  87. 935850e Remove references in comments to VDBE opcodes that no longer exist. This by drh ยท 12 years ago
  88. e96f2df Changes to the output of EXPLAIN QUERY PLAN to make it clearer when a query uses the PRIMARY KEY index of a WITHOUT ROWID table. by dan ยท 12 years ago
  89. 43ae8f6 In the command-line shell, if three or more interrupt signals (control-c) by drh ยท 12 years ago
  90. e48ae71 Make sure sufficient VDBE registers are allocated for an INSERT...SELECT by drh ยท 12 years ago
  91. 6044f31 Add a test for the EQP output of a skip-scan query that uses the PK index of a WITHOUT ROWID table. by dan ยท 12 years ago
  92. c9bbb01 Do not burn memory remembering CHECK constraints in a read-only database. by drh ยท 12 years ago
  93. 781597f Fix the sqlite3_db_readonly() API so that it reports true if the database by drh ยท 12 years ago
  94. 27f2468 Internally, use a 64-bit integers for segment level numbers. by dan ยท 12 years ago
  95. 83e05b8 Fix a broken test case in fts4growth2.test. by dan ยท 12 years ago
  96. 02c1e26 Fix harmless compiler warnings. by mistachkin ยท 12 years ago ftsWarnings
  97. 77a90ce Work around compilation issue with MSVC. by mistachkin ยท 12 years ago
  98. 4bd855f Fixes to prevent an FTS index from growing indefinitely as the corresponding table is updated. Change the FTS 'automerge' option to allow the user to specify the number of segments that should be merged simultaneously by auto-merges. by dan ยท 12 years ago
  99. e823848 Add extra test to backcompat.test to ensure that old and new versions of FTS may work together on the same incremental merge operation. by dan ยท 12 years ago fts4-experimental
  100. c007f61 Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a by drh ยท 12 years ago