๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 03db962 Update test script fts3expr4.test so that it always creates fts3 tokenizers in by dan ยท 8 years ago
  2. ef9e3d7 Enhance the comments in the templatevtab.c implementation. by drh ยท 8 years ago
  3. fc0ec3e Add new interfaces for accessing the list of SQL keywords: by drh ยท 8 years ago
  4. 7eabc44 Add the new DO and NOTHING keywords to the keyword lists maintained by drh ยท 8 years ago
  5. cd90ca7 Update the expert extension test cases to account for the fact that by drh ยท 8 years ago
  6. 4d3e614 Fix a memory leak following failure to open an external CSV file in the by drh ยท 8 years ago
  7. 340e9e1 Enhance the "rbu" command line utility a bit. by dan ยท 8 years ago
  8. 55a3490 Add the ext/misc/tmeplatevtab.c template for virtual tables. This is a by drh ยท 8 years ago
  9. 67ecf1f Fix the fts5 xBestIndex method so that it is not confused by "IS", "!=", by dan ยท 8 years ago
  10. fe55da3 Add a "flags" parameter to experimental API sqlite3changeset_apply_v2(). Also by dan ยท 8 years ago
  11. 3e259bc Fix a problem in the sessions module causing sqlite3session_apply_strm() to by dan ยท 8 years ago
  12. 33fc277 Fix segfault in 'eval.c' extension when used with 'empty_result_callbacks'. by mistachkin ยท 8 years ago
  13. 92a2ec0 Fix the generate_series virtual table so that it correctly returns no by drh ยท 8 years ago
  14. 58bd033 Fix a bug in the spellfix extension causing it to compute suboptimal answers. by drh ยท 8 years ago
  15. 9f95e48 Fix an off-by-one error in the dist3 algorithm of the spellfix extension. by drh ยท 8 years ago
  16. 43a9385 Fix a typo in the README file for ICU. No code changes. by drh ยท 8 years ago
  17. 43ff906 Fix a couple issues in the 'session' module tests. by mistachkin ยท 8 years ago
  18. 2c42c34 Fix harmless compiler warning seen with MSVC. by mistachkin ยท 8 years ago
  19. cbeee95 Fix typos in sqlite3session.h preventing documentation webpages from being by dan ยท 8 years ago
  20. 3f2cebb Fix minor problems with passing NULL pointers to memcmp() and memcpy() found by -fsanitize=undefined. by dan ยท 8 years ago
  21. ce2052b Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 8 years ago
  22. a968e74 Add APIs to the sessions module for "rebasing" changesets. by dan ยท 8 years ago
  23. 8cb83be Remove some unused code from sqlite3rebaser_rebase(). by dan ยท 8 years ago sessions-rebase
  24. f231e18 Fix another problem with rebasing updates against multiple remote changes. by dan ยท 8 years ago
  25. 516c35a Fix an RBU problem causing errors when updating tables with default collation by dan ยท 8 years ago
  26. fc50a71 Fix a test script problem causing rbuvacuum.test to fail when run along with by dan ยท 8 years ago
  27. 3fa5463 Add tests to ensure that patchsets are handled correctly by the session rebase by dan ยท 8 years ago
  28. b880a7b Remove some unused code from the sessions module. by dan ยท 8 years ago
  29. f3f6a5d Merge latest trunk changes into this branch. by dan ยท 8 years ago
  30. 95ccb6d Fix some documentation and other issues with the code on this branch. by dan ยท 8 years ago
  31. 24a0c45 Fix rebasing of UPDATE changes against a set of remote changesets that feature by dan ยท 8 years ago
  32. bd45374 Add further tests and documentation for the sessions rebase feature. by dan ยท 8 years ago
  33. de8113c For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. Also, fix handling of 'UPDATE OR REPLACE' statements run on zipfile virtual tables. Win32 portability fixes to the 'fileio' extension. Miscellaneous test fixes. by mistachkin ยท 8 years ago
  34. 93c803e Fix handling of "UPDATE OR REPLACE" statements run on zipfile virtual tables. by dan ยท 8 years ago testFixes
  35. d30830e Add a test case for the fix on this branch. by dan ยท 8 years ago
  36. 8c1eba7 Enhance the command-line completion extension to return the names of by drh ยท 8 years ago
  37. 2cc8f48 For 'zipfile', detect attempts to cause a duplicate entry via UPDATE. by mistachkin ยท 8 years ago
  38. 42a0dbf Win32 portability fixes to the 'fileio' extension. by mistachkin ยท 8 years ago
  39. f01d3a7 Fix a problem with handling rebasing UPDATE changes for REPLACE conflict by dan ยท 8 years ago
  40. f1b40e8 Add simple tests for the sessions module rebase API. by dan ยท 8 years ago
  41. 093d63b Draft fix for an fsdir() issue reported via the mailing list. by mistachkin ยท 8 years ago fsDirFix
  42. c0a499e Add largely untested APIs for rebasing changesets. by dan ยท 8 years ago
  43. a38e6c5 Add sqlite3_changeset_apply_v2() and apply_v2_strm() to the sessions module. by dan ยท 8 years ago
  44. 42f3c5f Add support for INSERT OR REPLACE and INSERT OR IGNORE on the zipfile extension. by drh ยท 8 years ago
  45. 41a6f2c Improved error messages from the zipfile extension. by drh ยท 8 years ago
  46. 70acb0a Avoid harmless left-shifts of negative numbers in the zipfile extension by drh ยท 8 years ago
  47. ef29f73 Fix the zipfile extension so that it is able to create symbolic link entries by drh ยท 8 years ago
  48. 980e2cd Attempt to fix a harmless compiler warning from Clang. by drh ยท 8 years ago
  49. f7c8a35 Fix harmless compiler warnings in the 'dbdump' tool. by mistachkin ยท 8 years ago
  50. 2335521 Fix harmless compiler warning in FTS5. by mistachkin ยท 8 years ago
  51. ac8ba26 Fix utility compilation issues with MSVC. by mistachkin ยท 8 years ago
  52. 6344edd Fix another crash in the sessions module triggered by malformed input. by dan ยท 8 years ago
  53. 9c42626 In sqlite3_checker, wrap the call to "SELECT checkfreelist()" in a transaction. by dan ยท 8 years ago
  54. 5e9825e Typo fixes in comments. No changes to code. by mistachkin ยท 8 years ago
  55. e341ec6 Fix further crashes in sqlite3changeset_apply() caused by corrupt changeset by dan ยท 8 years ago
  56. dd8a4af Fix some crashes in the sqlite3changeset_apply() function that could be caused by dan ยท 8 years ago
  57. bda30ce Enhance the sessions documentation to show the methods of the various objects. by drh ยท 8 years ago
  58. 6a8a629 Use <pre> around code snippets in the documentation for sessions by drh ยท 8 years ago
  59. 5facffb Fix harmless compiler warnings in the zipfile extension seen with MSVC. by mistachkin ยท 8 years ago
  60. f4bc6c4 Improve performance of editdist3() by keeping the costs in sorted order. by drh ยท 8 years ago
  61. 46e835a Reduce the number of calls to strncmp() required to run editDist3Core(). by drh ยท 8 years ago
  62. d9274a8 Performance optimizations to the editdist3() function in the spellfix extension. by drh ยท 8 years ago
  63. 0fae06f Disable assert() in the spellfix extension if not compiled with SQLITE_DEBUG. by drh ยท 8 years ago
  64. e2d27e0 Try to optimize spellfix1 by storing a NULL in the k1 column of %_vocab by drh ยท 8 years ago
  65. d446e79 Remove an unused variable from FTS4. by drh ยท 8 years ago
  66. e84c498 Ensure that multiple updates of the same FTS4 row (i.e. the row with the same by dan ยท 8 years ago
  67. 510fea8 Add the zorder.c extension implementing zorder() and unzorder() SQL functions. by drh ยท 8 years ago
  68. eab0e10 In extensions rtree, fts3 and fts5, ensure that when dynamic buffers are bound by dan ยท 8 years ago
  69. 001f52e Move variable declaration in zipfile extension to fix MSVC compiler error. by mistachkin ยท 8 years ago
  70. 3944cf8 Remove the "include <io.h>" win32 dependency from the zipfile extension. by dan ยท 8 years ago
  71. 1dff328 Remove the time() dependency from the zipfile extension. Use SQLite VFS by dan ยท 8 years ago
  72. 15daa6b Fix a problem triggered when a zipfile virtual table is created and written to by dan ยท 8 years ago
  73. c3ef23a Fix a memory leak that could follow an IO error in the zipfile extension. And by dan ยท 8 years ago
  74. 44091ed When creating a new archive entry, have zipfile store UTC instead of local by dan ยท 8 years ago
  75. 2f7260d Add tests cases for the zipfile extension. by dan ยท 8 years ago
  76. fdcd9d4 Prevent users from creating zipfile() virtual tables without an argument. by dan ยท 8 years ago
  77. ea4125b Add unix-only tests to check that the "unzip" program can unpack archives by dan ยท 8 years ago
  78. f8c4b99 Add aggregate function zipfile() to the zipfile extension. For composing new by dan ยท 8 years ago
  79. a07aa8d Fix missing header comments and other code issues in zipfile.c. by dan ยท 8 years ago
  80. 26333ee If a zipfile virtual table is created with no argument - "CREATE VIRTUAL TABLE by dan ยท 8 years ago
  81. c86caa5 Fix compiler warnings in zipfile.c. by drh ยท 8 years ago
  82. 8005d60 If the argument to table function zipfile() is a blob (not text), assume that by dan ยท 8 years ago
  83. 8558ef2 Reorganize zipfile.c code to make it easier to add support for in-memory zip by dan ยท 8 years ago
  84. 1a0e5b3 Reorganize spellfix.c to make it easier to edit automatically (e.g. using a by dan ยท 8 years ago
  85. fe87502 Add the normalize.c extension. by drh ยท 8 years ago
  86. a87f8ce Improved error message output when the btreeinfo.c extension is run in by drh ยท 8 years ago
  87. 61d0497 Fix the modification-time setting logic in the fileio.c extension on Windows by drh ยท 8 years ago
  88. fa3d785 Simplify one of the compiler warning fixes from the previous check-in. by mistachkin ยท 8 years ago
  89. b71aa09 Fix harmless compiler warnings seen with MSVC. by mistachkin ยท 8 years ago
  90. 2f94935 Allow the shell to be built from the configure script with by dan ยท 8 years ago
  91. cae5b9f Clarify the handling of the sqlite_stat1 table by legacy versions of the by dan ยท 8 years ago sessions-stat1
  92. e3ca383 Add comments describing the special sqlite_stat1 handling to sqlite3session.h. by dan ยท 8 years ago
  93. d1cccf1 Fix sessions module conflict handling for the sqlite_stat1 table. by dan ยท 8 years ago
  94. 1611e5a Simplify the sessions preupdate-hook logic for transforming NULL to X'' for by dan ยท 8 years ago
  95. 3739f29 Fix a problem in the sessions module with logging sqlite_stat1 rows for which by dan ยท 8 years ago
  96. 61c758b Fix a problem causing the sessions module to occasionally lose track of rows by dan ยท 8 years ago
  97. b968518 Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI. by drh ยท 8 years ago
  98. 30fe26c Update test file fts5fault6.test to account for test tokenizers implemented in by dan ยท 8 years ago
  99. 2879952 Fix a problem causing zipfile to store 0 in place of the CRC32 value for by dan ยท 8 years ago
  100. 2d9e8c5 Fix compiler warning in the FTS5 test interface. by drh ยท 8 years ago