๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 0e4125a Remove an extra space before function names in the amalgamation. by mistachkin ยท 9 years ago callbackConv
  2. cc0164b Sync up the MSVC makefiles. by mistachkin ยท 9 years ago
  3. c55c8db Merge updates from trunk. by mistachkin ยท 9 years ago
  4. 9f6dd02 Build the generate_series(START,END,STEP) table-valued function into by drh ยท 9 years ago
  5. c6952ad Add a test case for the OOM handled by the previous commit. by dan ยท 9 years ago
  6. 76729ed Correctly detect an OOM occurring in the setDestPgsz() subroutine of backup. by drh ยท 9 years ago
  7. 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
  8. 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
  9. 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
  10. a87070a Use some of the example code from the sessions documenatation in the sessions test cases. by dan ยท 9 years ago
  11. 2e5c505 Fix typos in comments. No changes to running code. by drh ยท 9 years ago
  12. 6650190 Fix some comments in sqlite3session.h. No changes to code. by dan ยท 9 years ago
  13. 57b6043 Fixes to fts5 snippet() function. by dan ยท 9 years ago
  14. 1ad78c5 Fix the extra comments (added with -DSQLITE_ENABLE_EXPLAIN_COMMENTS) so that by drh ยท 9 years ago
  15. 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
  16. 8e16b2d Rename a test procedure in 'speed3.test' to avoid a name collision. by mistachkin ยท 9 years ago
  17. 975c800 Adapt the special case of '$' in item names for test 'vtabH-3.1' as well. by mistachkin ยท 9 years ago
  18. 0a9428d Make the test 'vtabH-3.1' work when there are less than 5 top-level items. by mistachkin ยท 9 years ago
  19. 7dd7d98 Support running the fstree tests in 'vtabH.test' on Windows when not using the system drive. by mistachkin ยท 9 years ago
  20. f10122d Fix typos in 'vtabF.test' file. No changes to code. by mistachkin ยท 9 years ago
  21. fb82820 Fix the sqlite3_trace_v2() interface so that it goes disabled if either the by drh ยท 9 years ago
  22. 4ef916e Modularize all use of the calling convention macros based on the USE_STDCALL nmake macro. by mistachkin ยท 9 years ago
  23. 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
  24. 2a1d1e4 Merge updates from trunk. by mistachkin ยท 9 years ago
  25. 24b6b81 Sync up the MSVC autoconf makefile. by mistachkin ยท 9 years ago
  26. 6ae3ab0 Fix the SQLITE_USER_AUTHENTICATION login check so that the SQLITE_AUTH_USER by drh ยท 9 years ago
  27. cbfe110 Add support for the SQLITE_DBCONFIG_MAINDBNAME configuration option. by drh ยท 9 years ago
  28. 783e778 Fix other minor problems with the fts5 snippet() function. by dan ยท 9 years ago
  29. 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
  30. 05a41ee Merge the VACUUM attached database enhancement from trunk. by drh ยท 9 years ago dbconfig_maindbname
  31. fcc3154 Enhance the VACUUM command so that it can operate on an attached database. by drh ยท 9 years ago
  32. 6a754dc Disable row counting on queries run while doing a VACUUM. by drh ยท 9 years ago vacuum-attached-db
  33. 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
  34. 9ef5e77 Add the capability to VACUUM an attached database by specifying the schema by drh ยท 9 years ago
  35. da84dca Add the SQLITE_DBCONFIG_MAINDBNAME interface. by drh ยท 9 years ago
  36. 61ea610 Change the name of Db.zName to Db.zDbSName for improved long-term code by drh ยท 9 years ago
  37. e59be01 Fix a zName to zDbSName conversion missed in the previous check-in. by drh ยท 9 years ago zDbSName
  38. b39a5ac Adjust some tests to account for recent changes to the fts5 snippet function. by dan ยท 9 years ago
  39. 69c3382 Rename the Db.zName field to Db.zDbSName to make it more descriptive and to by drh ยท 9 years ago
  40. e703620 Bias the fts5 snippet() function to return snippets that look like they start at the start of sentences. by dan ยท 9 years ago
  41. 8c2b1fd Fix a problem in the fts5 snippet() auxiliary function. by dan ยท 9 years ago
  42. 0f832dd Fix a bug in destructor processing of Lemon. That has no impact on the by drh ยท 9 years ago
  43. 460d38f Fix an fts5 problem with corrupt database handling found by address-sanitizer. by dan ยท 9 years ago
  44. 3b96d1e Fix a buffer overread in fts5. by dan ยท 9 years ago
  45. 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
  46. 6ff4627 Fix a 1 byte buffer overwrite in the "sqldiff --rbu" command. by dan ยท 9 years ago
  47. c73bd0a Fix a harmless compiler warning in FTS5. by drh ยท 9 years ago
  48. 93ca393 Optimization to sqlite3WhereExprUsage(). by drh ยท 9 years ago
  49. e104dd3 List of MATCH operator names in isMatchOfColumn() should be constant. by drh ยท 9 years ago
  50. 922802c Performance enhancement in the expression walker. by drh ยท 9 years ago
  51. f5dbe7f Tweaks to pcache1TruncateUnsafe() to make it slightly smaller and faster and by drh ยท 9 years ago
  52. 167fbbe Rearrange the code inside sqlite3RunParser() routine so that sqlite3Parser() by drh ยท 9 years ago
  53. 765fecf Increment the version number to 3.15. by drh ยท 9 years ago
  54. 701b688 Improved comments on the lempar.c parser template. Adjust the by drh ยท 9 years ago
  55. d9fabbc Fix pcache1TruncateUnsafe() run faster for the case where iLimit is by drh ยท 9 years ago
  56. c83db9e Performance optimization in the yy_find_shift_action() routine of the by drh ยท 9 years ago
  57. 8d57d7a Fix harmless compiler warning. by drh ยท 9 years ago
  58. ccf0367 Minor update to the way fts5 column filters are parsed. by dan ยท 9 years ago
  59. 882ef0b Have fts5 interpret column lists that begin with a "-" character as "match any column except" lists. by dan ยท 9 years ago
  60. e22c375 Version 3.14 by drh ยท 9 years ago version-3.14.0
  61. 6da466e Fix documentation typos. No changes to code. by drh ยท 9 years ago
  62. 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
  63. 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
  64. 5360b55 Remove an incorrect ALWAYS() statement and add a test case to show when by drh ยท 9 years ago
  65. 0aafa9c Fix a very obscure problem following OOM in sqlite3_declare_vtab(). by drh ยท 9 years ago
  66. 70ae0e9 Revert the SQLITE_APICALL changes for now. That changes needs further by drh ยท 9 years ago
  67. cc15313 Add the experimental SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option. by drh ยท 9 years ago
  68. dd545d3 Make sure the ORDER BY LIMIT optimization is not applied if the inner-most by drh ยท 9 years ago
  69. c0d269e Fix a typo in a comment in btree.c. No changes to code. by drh ยท 9 years ago
  70. a36e01a Fix the --help output on fuzzcheck so that it fix in an 80-character window. by drh ยท 9 years ago
  71. c330887 Fix a unused variable that comes up with -DSQLITE_OMIT_DATETIME_FUNCS. by drh ยท 9 years ago
  72. 3dffcf9 The 'replace.tcl' tool should use Unix line-endings. by mistachkin ยท 9 years ago
  73. b7203cd Updates to requirements marks. No changes to code. by drh ยท 9 years ago
  74. 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
  75. 38b802d Fix harmless compiler warnings in sqlite3_status(). by drh ยท 9 years ago
  76. 19eb77b Update the wordcount.c test program and add a new script "time-wordcount.sh" by drh ยท 9 years ago
  77. b0df540 Fix other harmless compiler warnings. by drh ยท 9 years ago
  78. 4df049f Remove a duplicate typedef from loadext.c (remaining copy is in sqlite3ext.h). by dan ยท 9 years ago
  79. 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
  80. 8ef24b8 Update releasetest.tcl to automatically do one round of tests with by drh ยท 9 years ago
  81. 32c83c8 Avoid making unnecessary changes to the signatures of the by drh ยท 9 years ago
  82. 19e76b2 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 9 years ago
  83. 11f69b8 Using the header file 'intrin.h' requires MSVC 2005 or later. by mistachkin ยท 9 years ago
  84. 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
  85. d62c07d Fix typo in a test file interactive output string. by mistachkin ยท 9 years ago
  86. 50972b7 Merge additional linkage macro changes from the branch. by drh ยท 9 years ago
  87. e363d50 Further refinement to the calling convention macros. by drh ยท 9 years ago
  88. df27352 Merge updates from trunk. by mistachkin ยท 9 years ago
  89. fefe828 Update the autoconf makefile for MSVC. by mistachkin ยท 9 years ago
  90. 99bbcc8 Undo some unhelpful changes to skip-scan scoring that were added by drh ยท 9 years ago
  91. c085568 Add macro necessary for building several extensions when the __stdcall calling convention is not in use. by mistachkin ยท 9 years ago
  92. 2d45d7b Missed a couple Tcl command deletion callbacks. by mistachkin ยท 9 years ago
  93. afe1826 Use the SQLITE_TCLAPI macro in several extensions that were missed in the previous check-in. by mistachkin ยท 9 years ago
  94. 85bd982 More compiler warning fixes for GCC related to the auto-extension mechanism. by mistachkin ยท 9 years ago
  95. 78d5e02 The return type used by the auto-extension entry points is 'int', not 'void'. by mistachkin ยท 9 years ago
  96. 177d0f0 Make sure all the auto-extension mechanism function signatures match up precisely. by mistachkin ยท 9 years ago
  97. 44e95d4 Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. by mistachkin ยท 9 years ago
  98. e37f739 The 'sqlite3ext.h' content should be processed before being included in the amalgamation. by mistachkin ยท 9 years ago
  99. 3a22fda Decorate all interfaces with calling convention macros. by drh ยท 9 years ago
  100. c0bebc1 All SQLite API functions and callbacks in the 'sqlite3ext.h' header file must be decorated with the calling convention. by mistachkin ยท 9 years ago