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