๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. b45c503 Version 3.8.0.1 by drh ยท 12 years ago version-3.8.0.1
  2. 2becf42 Update sqlite3.pc.in to use @PACKAGE_VERSION@ instead of @RELEASE@. by drh ยท 12 years ago
  3. dfcd76b Increase the version number to 3.8.0.1. by drh ยท 12 years ago
  4. 8768568 Fix an off-by-one error that causes a quoted empty string at the end of by drh ยท 12 years ago
  5. 2e2102a In the query optimizer, when converting BETWEEN and LIKE/GLOB expressions by drh ยท 12 years ago
  6. ae00c5a Cherrypick of [c1152bdcbb] and fix for [9f2eb3abac]: by drh ยท 12 years ago
  7. f680608 Version 3.8.0 by drh ยท 12 years ago version-3.8.0
  8. feb56e0 Adjust #ifdefs to get SQLITE_OMIT_AUTOMATIC_INDEX and SQLITE_OMIT_PAGER_PRAGMAS by drh ยท 12 years ago
  9. 1efd81f Fix a requirements comment in a test case. No changes to the testcase by drh ยท 12 years ago
  10. 7dd8d0a Modify script mkautoconfamal.sh to use the download.html naming convention for the tar.gz it creates. by dan ยท 12 years ago
  11. cc04afd Defer the creation of automatic indices until the index is actually used. by drh ยท 12 years ago
  12. b00fc3b Simplify the btreeGetPage() routine so that it uses a single flag parameter by drh ยท 12 years ago
  13. 9d1ab07 Minor performance tweaks to the pager. by drh ยท 12 years ago
  14. cf5ff12 Refactor the sqlite3_randomness() implementation for improved performance. by drh ยท 12 years ago
  15. b49bc86 Simplification to the StrAccum object and the sqlite3StrAccumAppend() by drh ยท 12 years ago
  16. c63e880 Minor fixes for test cases. No code changes. by dan ยท 12 years ago
  17. 47b2995 Fix typo in test. by mistachkin ยท 12 years ago
  18. e7ecdfa Update sqlite3MemCompare() to try common cases first, for a modest speed by drh ยท 12 years ago
  19. 016f781 If a virtual table xSync() returns an error message, copy it into a buffer allocated by sqlite3DbMalloc() before transfering it to Vdbe.zErrMsg. by dan ยท 12 years ago
  20. 13c77bf Performance enhancement in btreeParseCellPtr(). by drh ยท 12 years ago
  21. 2505a5f Fix an FTS4 problem introduced by [361084e1eb]. by dan ยท 12 years ago
  22. 36e7830 Candidate fix for [d666d600a6]. by dan ยท 12 years ago
  23. 22c745a Fix a minor problem in progress.test. No code changes. by dan ยท 12 years ago
  24. c3c16cb Fix a couple of test scripts to work with DEFAULT_AUTOVACUUM and OMIT_VIRTUALTABLE. by dan ยท 12 years ago
  25. e934e63 Fix an invalid assert() in where.c. Also a crash that can occur in the EXPLAIN QUERY PLAN code under obscure circumstances. by dan ยท 12 years ago
  26. d0aa2f3 Ignore IS NOT NULL and NOT NULL constraints on NOT NULL columns. by drh ยท 12 years ago
  27. 4044906 Test script changes to support testing sqlite3_interrupt(). by dan ยท 12 years ago
  28. 9b47ee3 Performance optimizations in the VDBE and especially to the OP_Next and by drh ยท 12 years ago
  29. f66f26a Performance improvement in sqlite3BtreeNext() and sqlite3BtreePrevious() by drh ยท 12 years ago
  30. 2c18788 Initialize a variable in fts3_write.c on the grounds that the argument required to show that it does not require initialization with is complicated. Add an assert() to where.c to silence a clang scan-build warning. by dan ยท 12 years ago
  31. e704713 Fix test script pragma2.test so that it works with ENABLE_MEMORY_MANAGEMENT. by dan ยท 12 years ago
  32. 2907030 Add some extra assert() statements to silence a few clang warnings. by dan ยท 12 years ago
  33. 4ccc419 Remove unused variables from the command-line shell sources. by drh ยท 12 years ago
  34. 9e48788 Fix a potential reference off the end of an array in the query planner. by drh ยท 12 years ago
  35. 77dfd5b Fixes for harmless compiler warnings. by drh ยท 12 years ago
  36. 45e3215 Add the cache_spill pragma. Change the fullfsync and checkpoint_fullfsync by drh ยท 12 years ago
  37. d3605a4 The fullfsync, checkpoint_fullfsync, and cache_spill pragmas apply to all by drh ยท 12 years ago cache_spill
  38. d4b5c60 Test cases for the cache_spill pragma. by drh ยท 12 years ago
  39. 40c3941 Add the cache_spill pragma. by drh ยท 12 years ago
  40. 0af16ab Make sure that GROUP BY terms select input column names in preference to by drh ยท 12 years ago
  41. e35463b Bare identifiers in ORDER BY clauses bind more tightly to output column name, by drh ยท 12 years ago
  42. fc7df53 Make it easy to attach a debugger the test fixture process prior to any tests being run. by mistachkin ยท 12 years ago
  43. 26080d9 Clarification and typo fixes in comments related to name resolution. by drh ยท 12 years ago
  44. 1f28e07 Make it easy to attach a debugger the test fixture process prior to any tests being run. by mistachkin ยท 12 years ago dbgTestFixture
  45. 3dfaf67 Fix a few more minor comment typos. No changes to code. by mistachkin ยท 12 years ago
  46. 037933b Fix an outdated comment and a comment typo. No changes to code. by mistachkin ยท 12 years ago
  47. ab80be9 If the SQLITE_EXTRA_INIT function is defined, make sure it is called only by drh ยท 12 years ago
  48. 869c040 If the SQLITE_ALLOW_URI_AUTHORITY compile-time option is set, then allow by drh ยท 12 years ago
  49. 3b449ee Add a guard #ifndef to test_intarray.h to prevent harm if it is #included by drh ยท 12 years ago
  50. 4a6fc35 Fix typos and add clarification to comments in where.c. No code changes. by drh ยท 12 years ago
  51. 9fe809c Fix a test case related to partial indices so that it works even if by drh ยท 12 years ago
  52. d3f4964 Adjust #ifdefs in test_autoext.c so that it compiles with by drh ยท 12 years ago
  53. d9b8c0d Update the configure script to use the latest version number (3.8.0). by drh ยท 12 years ago
  54. 812ea83 Add a testcase() macro to verify OOM coverage. by drh ยท 12 years ago
  55. 3535ec3 Remove unreachable branches in expr.c, replacing them with assert() and by drh ยท 12 years ago
  56. 2d46311 For the ".import" command of the command-line shell, start a transaction by drh ยท 12 years ago
  57. 9f099fd Clean up the input reader in the command-line shell for improved legibility by drh ยท 12 years ago
  58. 8c8a8c4 More than double the speed of the resolveP2Values() routine in vdbeaux.c by by drh ยท 12 years ago
  59. d58d327 Performance optimization: Avoid calling convertCompoundSelecctToSubquery() by drh ยท 12 years ago
  60. f3d2aae For the vtshim module, always zero out the xChildDestroy function pointer after calling it. by mistachkin ยท 12 years ago
  61. 323df79 Factor all KeyInfo object allocations into a single function: by drh ยท 12 years ago
  62. af5b2af Improve performance of sqlite3VdbeRecordCompare() by using an approximation by drh ยท 12 years ago
  63. 407ceeb Add a missing '#include "tcl.h"' to test_rtree.c. by drh ยท 12 years ago
  64. 3975974 Updates to requirements marks. No code changes. by drh ยท 12 years ago
  65. e0c7efd Add NEVER() and ALWAYS() macros on some unreachable yet prudent branches. by drh ยท 12 years ago
  66. b47e07f Add support for partial indices. by drh ยท 12 years ago
  67. 1e7d43c Silently ignore database name qualifiers in CHECK constraints and in by drh ยท 12 years ago partial-indices
  68. 0b22101 Fix typos in documentation for SQLITE_DBSTATUS_DEFERRED_FKS . by drh ยท 12 years ago
  69. 989b116 Fix the CREATE INDEX statement so that trying to create a TEMP index on by drh ยท 12 years ago
  70. af43006 Fix an incorrect expected result in a test case in corruptG.test. by drh ยท 12 years ago
  71. f5601ca Fix a potential buffer overread in sqlite3VdbeRecordCompare() when a by drh ยท 12 years ago
  72. df003d6 Make sure signed integer overflow does not cause a segfault while attempting by drh ยท 12 years ago
  73. 2acbc0d Add test case for the problem fixed by [127a5b776d]. by dan ยท 12 years ago
  74. 8284633 An improved method for avoiding the use of the STAT3 samples to compute by drh ยท 12 years ago
  75. 788482c Avoid using left-most column STAT3 samples if the left-most column has an by drh ยท 12 years ago
  76. 3bf0ac1 Fix bug in the logic that determines the end of a CREATE INDEX statement. by drh ยท 12 years ago
  77. 66518ca More test cases and corresponding bug fixes. by drh ยท 12 years ago
  78. 619a130 Fill out an initial implementation of the sqlite3ExprImpliesExpr() function. by drh ยท 12 years ago
  79. cf0fd4a Refactor internal function name sqlite3VdbeGetValue() to by drh ยท 12 years ago
  80. 721dfcf Fix the ANALYZE command to work with partial indices. by drh ยท 12 years ago
  81. 8a9789b Test cases and bug fixes for the partial index logic. by drh ยท 12 years ago
  82. b2b9d3d Add the logic to keep partial indices up to date through DML statements and by drh ยท 12 years ago
  83. c6fc65c Limit the number of memset() calls used when determining a temporary file name on Windows. Also, fix a harmless compiler warning. by mistachkin ยท 12 years ago
  84. 4bd5f73 Add logic to the query planner to only use partial indices if the WHERE clause by drh ยท 12 years ago
  85. aa82eba Slight modifications to path name translation handling for Cygwin. by mistachkin ยท 12 years ago
  86. 16a2e7a Use a new error code to represent a failure to get the configured temporary directory on Windows. by mistachkin ยท 12 years ago
  87. 68f7a9e The MAX_PATH constant in windows is measured in characters, so multiple by 3 by drh ยท 12 years ago
  88. 3780be1 Resolve names in CREATE INDEX WHERE clauses and detect errors. Disallow by drh ยท 12 years ago
  89. 1fe0537 Here begins an experimental branch for exploring the idea of a partial index. by drh ยท 12 years ago
  90. 6b36e82 Reduce the size of the stack required by the codeOneLoopStart() function in by drh ยท 12 years ago
  91. f67feef For the MSVC makefile, recompile vdbe.lo and parse.lo first. by mistachkin ยท 12 years ago
  92. 443dbcf Comment and preprocessor macro cleanup. by drh ยท 12 years ago
  93. 30a6837 In main.mk, always recompile vdbe.o and parse.o first, since changes to either by drh ยท 12 years ago
  94. 53371f9 In the command-line shell, work around the fact that popen() and pclose() by drh ยท 12 years ago
  95. 1d1f07d Fix a typo in main.c: SQLITE_DEAULT_AUTOMATIC_INDEX -> SQLITE_DEFAULT_AUTOMATIC_INDEX by dan ยท 12 years ago
  96. 0d1961e Enhance the progress handler so that it keeps track of the number of VDBE by drh ยท 12 years ago
  97. 036acf3 Add 'queryplantest' target to the MSVC makefile. by mistachkin ยท 12 years ago
  98. 9ed04eb Fixes to test numbering. by mistachkin ยท 12 years ago
  99. af66433 Remove unused "codec" code from the command-line shell. by drh ยท 12 years ago
  100. 6b75329 Improved documentation for sqlite3_set_auxdata(). Ticket [406d3b2ef91c]. by drh ยท 12 years ago