๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 8af3de3 Version 3.14.2 by drh ยท 9 years ago version-3.14.2
  2. 71ab8c3 Remove an extra space before function names in the amalgamation. Cherrypick of [20f3c7436f6a8a7bab39]. by mistachkin ยท 9 years ago
  3. 24cff61 Fix the sqlite3_trace_v2() interface so that it goes disabled if either the callback or mask arguments are zero, in accordance with the documentation. Cherrypick of [37e6c54b1afc6348]. by mistachkin ยท 9 years ago
  4. 06000f4 Fix the extra comments (added with -DSQLITE_ENABLE_EXPLAIN_COMMENTS) so that the sense of <, <=, >, and >= tests is correct and so that the SQLITE_STOREP2 version is shown correctly. Cherrypick of [4d43c4698eef4e3d]. by mistachkin ยท 9 years ago
  5. 0dd9175 Merge selected test fixes from trunk. by mistachkin ยท 9 years ago
  6. ac57c95 Sync up the MSVC makefiles. by mistachkin ยท 9 years ago
  7. 1760545 Fix the ".read" command in the command-line shell so that it understands by drh ยท 9 years ago
  8. 3d15040 Version number to 3.14.2. by drh ยท 9 years ago
  9. 1d23bf9 Makefile changes to support building winsqlite3.dll using STDCALL rather by drh ยท 9 years ago
  10. d3d9f19 Correct affinity computations for a SELECT on the RHS of an IN operator. by drh ยท 9 years ago
  11. ba09d91 The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator by drh ยท 9 years ago
  12. 2517db0 Fix a problem in internal function sqlite3OpenTableAndIndices causing an by drh ยท 9 years ago
  13. cc0164b Sync up the MSVC makefiles. by mistachkin ยท 9 years ago
  14. c55c8db Merge updates from trunk. by mistachkin ยท 9 years ago
  15. 9f6dd02 Build the generate_series(START,END,STEP) table-valued function into by drh ยท 9 years ago
  16. c6952ad Add a test case for the OOM handled by the previous commit. by dan ยท 9 years ago
  17. 76729ed Correctly detect an OOM occurring in the setDestPgsz() subroutine of backup. by drh ยท 9 years ago
  18. 033564c Within a backup operation, ensure that a read-transaction is opened on the source database before its page size is read. This ensures the page-size used to write to the backup database is the same as its actual page-size, which is important for ZipVFS databases. by dan ยท 9 years ago
  19. e5a0cfa Have "sqldiff --rbu" ignore rows with NULL values in primary key fields. RBU can't handle such rows and the documentation already says sqldiff ignores them. Because the code now uses "=" instead of "IS" to filter on primary key columns, diffs on virtual tables are faster now too. by dan ยท 9 years ago
  20. d0d49b9 If SQLITE_ENABLE_ZIPVFS is defined, journal_mode=off is configured and a savepoint or statement rollback is attempted, move the pager into the error state to prevent the transaction from being committed. This makes it safe to use journal_mode=off with zipvfs under some conditions. by dan ยท 9 years ago
  21. a87070a Use some of the example code from the sessions documenatation in the sessions test cases. by dan ยท 9 years ago
  22. 2e5c505 Fix typos in comments. No changes to running code. by drh ยท 9 years ago
  23. 6650190 Fix some comments in sqlite3session.h. No changes to code. by dan ยท 9 years ago
  24. 57b6043 Fixes to fts5 snippet() function. by dan ยท 9 years ago
  25. 1ad78c5 Fix the extra comments (added with -DSQLITE_ENABLE_EXPLAIN_COMMENTS) so that by drh ยท 9 years ago
  26. 61441c3 Fix a problem in internal function sqlite3OpenTableAndIndices causing an operand of an unrelated VM instruction to be overwritten. Fix for [ef360601]. by dan ยท 9 years ago
  27. 8e16b2d Rename a test procedure in 'speed3.test' to avoid a name collision. by mistachkin ยท 9 years ago
  28. 975c800 Adapt the special case of '$' in item names for test 'vtabH-3.1' as well. by mistachkin ยท 9 years ago
  29. 0a9428d Make the test 'vtabH-3.1' work when there are less than 5 top-level items. by mistachkin ยท 9 years ago
  30. 7dd7d98 Support running the fstree tests in 'vtabH.test' on Windows when not using the system drive. by mistachkin ยท 9 years ago
  31. f10122d Fix typos in 'vtabF.test' file. No changes to code. by mistachkin ยท 9 years ago
  32. fb82820 Fix the sqlite3_trace_v2() interface so that it goes disabled if either the by drh ยท 9 years ago
  33. 4ef916e Modularize all use of the calling convention macros based on the USE_STDCALL nmake macro. by mistachkin ยท 9 years ago
  34. 37ff4d4 Fix a bug in the fts5 snippet function causing it to return text containing zero phrase instances. by dan ยท 9 years ago fts5-snippet-bias
  35. 2a1d1e4 Merge updates from trunk. by mistachkin ยท 9 years ago
  36. 24b6b81 Sync up the MSVC autoconf makefile. by mistachkin ยท 9 years ago
  37. 6ae3ab0 Fix the SQLITE_USER_AUTHENTICATION login check so that the SQLITE_AUTH_USER by drh ยท 9 years ago
  38. cbfe110 Add support for the SQLITE_DBCONFIG_MAINDBNAME configuration option. by drh ยท 9 years ago
  39. 783e778 Fix other minor problems with the fts5 snippet() function. by dan ยท 9 years ago
  40. c9e75fb Register any built-in fts5 module before loading automatic extensions. This allows automatic extensions to register fts5 tokenizers and auxiliary functions. by dan ยท 9 years ago
  41. 05a41ee Merge the VACUUM attached database enhancement from trunk. by drh ยท 9 years ago dbconfig_maindbname
  42. fcc3154 Enhance the VACUUM command so that it can operate on an attached database. by drh ยท 9 years ago
  43. 6a754dc Disable row counting on queries run while doing a VACUUM. by drh ยท 9 years ago vacuum-attached-db
  44. 7ca1ea1 Have the fts5 snippet() function avoid favouring snippets that begin with sentences that do not contain search terms. Add an extra bias in favour of the first sentence in the document. by dan ยท 9 years ago
  45. 9ef5e77 Add the capability to VACUUM an attached database by specifying the schema by drh ยท 9 years ago
  46. da84dca Add the SQLITE_DBCONFIG_MAINDBNAME interface. by drh ยท 9 years ago
  47. 61ea610 Change the name of Db.zName to Db.zDbSName for improved long-term code by drh ยท 9 years ago
  48. e59be01 Fix a zName to zDbSName conversion missed in the previous check-in. by drh ยท 9 years ago zDbSName
  49. b39a5ac Adjust some tests to account for recent changes to the fts5 snippet function. by dan ยท 9 years ago
  50. 69c3382 Rename the Db.zName field to Db.zDbSName to make it more descriptive and to by drh ยท 9 years ago
  51. e703620 Bias the fts5 snippet() function to return snippets that look like they start at the start of sentences. by dan ยท 9 years ago
  52. 8c2b1fd Fix a problem in the fts5 snippet() auxiliary function. by dan ยท 9 years ago
  53. 0f832dd Fix a bug in destructor processing of Lemon. That has no impact on the by drh ยท 9 years ago
  54. 460d38f Fix an fts5 problem with corrupt database handling found by address-sanitizer. by dan ยท 9 years ago
  55. 3b96d1e Fix a buffer overread in fts5. by dan ยท 9 years ago
  56. 242e038 Version 3.14.1 by drh ยท 9 years ago version-3.14.1
  57. 1bf4ca7 Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a file to copy permissions from when a new database is created. Also allow passing NULL as the second parameter to sqlite3rbu_vacuum(). by dan ยท 9 years ago
  58. 83a3d8f Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command. by drh ยท 9 years ago
  59. 3b535f9 Increase the version number to 3.14.1. by drh ยท 9 years ago
  60. 4f62e54 Enhance sqlite3PcacheTruncate() to run faster in the common case where the by drh ยท 9 years ago
  61. 6ff4627 Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command. by dan ยท 9 years ago
  62. c73bd0a Fix a harmless compiler warning in FTS5. by drh ยท 9 years ago
  63. 93ca393 Optimization to sqlite3WhereExprUsage(). by drh ยท 9 years ago
  64. e104dd3 List of MATCH operator names in isMatchOfColumn() should be constant. by drh ยท 9 years ago
  65. 922802c Performance enhancement in the expression walker. by drh ยท 9 years ago
  66. f5dbe7f Tweaks to pcache1TruncateUnsafe() to make it slightly smaller and faster and by drh ยท 9 years ago
  67. 167fbbe Rearrange the code inside sqlite3RunParser() routine so that sqlite3Parser() by drh ยท 9 years ago
  68. 765fecf Increment the version number to 3.15. by drh ยท 9 years ago
  69. 701b688 Improved comments on the lempar.c parser template. Adjust the by drh ยท 9 years ago
  70. d9fabbc Fix pcache1TruncateUnsafe() run faster for the case where iLimit is by drh ยท 9 years ago
  71. c83db9e Performance optimization in the yy_find_shift_action() routine of the by drh ยท 9 years ago
  72. 8d57d7a Fix harmless compiler warning. by drh ยท 9 years ago
  73. ccf0367 Minor update to the way fts5 column filters are parsed. by dan ยท 9 years ago
  74. 882ef0b Have fts5 interpret column lists that begin with a "-" character as "match any column except" lists. by dan ยท 9 years ago
  75. e22c375 Version 3.14 by drh ยท 9 years ago version-3.14.0
  76. 6da466e Fix documentation typos. No changes to code. by drh ยท 9 years ago
  77. e099b67 Have the TEA package build without SQLITE_OMIT_DEPRECATED. As it uses recently deprecated interfaces sqlite3_profile() and sqlite3_trace(). by dan ยท 9 years ago
  78. 43c1ce3 Undo commit [f250166bb]. It is required to handle IO and other errors that occur within a VACUUM of a Zipvfs database. by dan ยท 9 years ago
  79. 5360b55 Remove an incorrect ALWAYS() statement and add a test case to show when by drh ยท 9 years ago
  80. 0aafa9c Fix a very obscure problem following OOM in sqlite3_declare_vtab(). by drh ยท 9 years ago
  81. 70ae0e9 Revert the SQLITE_APICALL changes for now. That changes needs further by drh ยท 9 years ago
  82. cc15313 Add the experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option. by drh ยท 9 years ago
  83. dd545d3 Make sure the ORDER BY LIMIT optimization is not applied if the inner-most by drh ยท 9 years ago
  84. c0d269e Fix a typo in a comment in btree.c. No changes to code. by drh ยท 9 years ago
  85. a36e01a Fix the --help output on fuzzcheck so that it fix in an 80-character window. by drh ยท 9 years ago
  86. c330887 Fix a unused variable that comes up with -DSQLITE_OMIT_DATETIME_FUNCS. by drh ยท 9 years ago
  87. 3dffcf9 The 'replace.tcl' tool should use Unix line-endings. by mistachkin ยท 9 years ago
  88. b7203cd Updates to requirements marks. No changes to code. by drh ยท 9 years ago
  89. 914b7e4 Fix a problem introduced by [77948b5eceab92a7] causing duplicate calls to be made to the xSavepoint() method of virtual tables under some circumstances. by dan ยท 9 years ago
  90. 38b802d Fix harmless compiler warnings in sqlite3_status(). by drh ยท 9 years ago
  91. 19eb77b Update the wordcount.c test program and add a new script "time-wordcount.sh" by drh ยท 9 years ago
  92. b0df540 Fix other harmless compiler warnings. by drh ยท 9 years ago
  93. 4df049f Remove a duplicate typedef from loadext.c (remaining copy is in sqlite3ext.h). by dan ยท 9 years ago
  94. d7d19b7 Add an extra compiler switch to loadext.test to ensure that it picks up the correct version of sqlite3.h when building a test extension. by dan ยท 9 years ago
  95. 8ef24b8 Update releasetest.tcl to automatically do one round of tests with by drh ยท 9 years ago
  96. 32c83c8 Avoid making unnecessary changes to the signatures of the by drh ยท 9 years ago
  97. 19e76b2 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 9 years ago
  98. 11f69b8 Using the header file 'intrin.h' requires MSVC 2005 or later. by mistachkin ยท 9 years ago
  99. be56ad3 For test 'shell1-5.0', disable round-trip testing for characters in the range 0xE0 to 0xEF on Linux, due to intermittent shell portability issues. by mistachkin ยท 9 years ago
  100. d62c07d Fix typo in a test file interactive output string. by mistachkin ยท 9 years ago