- 138d4f8 Version 3.22.0 by drh ยท 8 years ago version-3.22.0
- 8bfe66a Avoid unnecessary OOM detection warnings in a debugging routine. by drh ยท 8 years ago
- 3a9b9b7 Fix a test case in walro2.test so that it works with encryption extensions by dan ยท 8 years ago
- 88284b0 On the walro2-X.4.2.2 test case, show the size as part of the test output. by drh ยท 8 years ago
- 2f94935 Allow the shell to be built from the configure script with by dan ยท 8 years ago
- 1a3a308 Use a loop to avoid recursion in the heightOfSelect() function. by dan ยท 8 years ago
- 5a7da86 Check for both zlib.h and -lz before enabling zlib support in the amalgamation by dan ยท 8 years ago
- 80db2d6 Update the autoconf configure.ac script and Makefile.am templates so that by drh ยท 8 years ago
- b8a0fb7 Fix sessions module handling of sqlite_stat1 rows with (idx IS NULL). 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
- 4b3931e Fix to the documentation for sqlite3_trace_v2(). No changes to code. by drh ยท 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
- 3dc9727 Alternative implementation for the internal sqlite3Pow10() utility for MSVC, by drh ยท 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
- 26893c9 Fix main.mk so that testfixture can be built either from the amalgamation or by dan ยท 8 years ago
- b968518 Fix harmless compiler warnings, mostly unused parameters for UDFs in the CLI. by drh ยท 8 years ago
- f193937 Omit the single test from zipfile.test that uses json functionality in by dan ยท 8 years ago
- 30fe26c Update test file fts5fault6.test to account for test tokenizers implemented in by dan ยท 8 years ago
- 98e2cb8 Simplifications to winOpenSharedMemory in the Win32 VFS. by mistachkin ยท 8 years ago
- 5685257 Corrections to error code handling in os_win.c, pursuant to walfault.test. by mistachkin ยท 8 years ago
- 824f284 Fix duplicate test names in 'walfault.test'. by mistachkin ยท 8 years ago
- 2879952 Fix a problem causing zipfile to store 0 in place of the CRC32 value for by dan ยท 8 years ago
- 8c9e30b Remove an unused field from the internal definition of the sqlite3_context by drh ยท 8 years ago
- 2d9e8c5 Fix compiler warning in the FTS5 test interface. by drh ยท 8 years ago
- 4a4532b Make the new sqlite3_vtab_collation() interface accessible to loadable by drh ยท 8 years ago
- 4bd3874 Fix a test problem causing an error in fts5fault9.test. by dan ยท 8 years ago
- eb0b6f3 Remove the unused SQLITE_CANTOPEN_DIRTYWAL result code. by drh ยท 8 years ago
- 70bc717 Fix a makefile problem causing -DSQLITE_ENABLE_STMTVTAB builds to fail. by dan ยท 8 years ago
- 0ed2fd8 Move the ZLIB version announcement in the CLI out of the default banner by drh ยท 8 years ago
- fff5367 Show version of zlib in use when running the shell tool in interactive mode. by mistachkin ยท 8 years ago
- 194a17b Change a cat in zipfile.c from (z_const Bytef*) to just (Bytef*). This allows the module to build with older versions of zlib. by dan ยท 8 years ago
- 0c2ba13 Fix a problem causing an infinite loop or other malfunction in some UPDATE by dan ยท 8 years ago
- ded2d99 Disable the ".archive" command tests in shell8.test if the CLI is compiled without by drh ยท 8 years ago
- 2d62007 Fix a problem in the zipfile module causing it to generate incorrect by dan ยท 8 years ago
- 89fa746 Fix a zipfile problem with extracting zero length files compressed using by dan ยท 8 years ago
- a9be508 Fix an error in the setDeviceCharacteristics() procedure for the by drh ยท 8 years ago
- b058d05 Avoid excess stack usage when a VALUES clause with lots of rows occurs by drh ยท 8 years ago
- eb54500 Fix harmless compiler warnings in zipfile.c. by drh ยท 8 years ago
- f42884c Support UPDATE statements against zipfile virtual tables. by dan ยท 8 years ago
- cdb6097 Fully initialize the Mem object for serial-type 10, in case such a by drh ยท 8 years ago
- 098728f Fix various problems in test scripts preventing "make test" from passing on by dan ยท 8 years ago
- 2483a11 Fix a typo in crash8.test. by dan ยท 8 years ago f2fs-test-fixes
- 69aedc8 Fix various problems in test scripts preventing "make test" from passing on by dan ยท 8 years ago
- 2034353 Updates and minor typo fix for the README. by mistachkin ยท 8 years ago
- 76506cd Add the new "nochange" APIs to the extension loading mechanism. by drh ยท 8 years ago
- 9df81a2 Add the sqlite3_value_nochange() API, usable from within the xUpdate method by drh ยท 8 years ago
- 41fb367 Improved comments. Slightly tighter implementation, but no big changes. by drh ยท 8 years ago sqlite3_value_nochange
- ce2fbd1 Add the experimental sqlite3_value_nochange() interface usable by xUpdate by drh ยท 8 years ago
- 4ec6f3a Simplification to the implementation of OP_Insert. by drh ยท 8 years ago
- 5871318 Fix error handling in sqlite3session_diff() when it is invoked for table by dan ยท 8 years ago
- 84ebe2b Avoid an unnecessary branch when not using pre-update hooks. by drh ยท 8 years ago
- 3f97537 Fix obsolete comments. No changes to code. by drh ยท 8 years ago
- f3e3dfe Include changes made to the sqlite_stat1 table in changesets by dan ยท 8 years ago
- 614efe2 Experimental change to include changes made to the sqlite_stat1 table in by dan ยท 8 years ago
- 6ac7303 Always use utimes() instead of utimensat() since the latter is not available by drh ยท 8 years ago
- f225059 Add a test to ensure that the sqlite3changeset_apply() function ignores tables by dan ยท 8 years ago
- afd4eef Add the sqlite3_vtab_nochange() interface. Test cases are in TH3. by drh ยท 8 years ago
- 66a3a91 Change zipfile to be a WITHOUT ROWID virtual table and table-valued function. by dan ยท 8 years ago
- 6f390be Add the sqlite3_vtab_nochange() method which virtual table implementations by drh ยท 8 years ago sqlite3_vtab_nochange
- 5e9bbe1 Add test cases for running multiple RBU operations within the same process by dan ยท 8 years ago
- e4185bd Minor formatting changes in zipfile.c. No logical code differences. by drh ยท 8 years ago
- 24cd20f Fix typo in comment. No code changes. by drh ยท 8 years ago
- 536c345 Update the .help screen in the CLI. Make sure the temporary files for by drh ยท 8 years ago
- 9791313 Add the built-in edit(VALUE) and edit(VALUE,EDITOR) function to the CLI. by drh ยท 8 years ago
- df53b05 Add the ".once -e" and ".once -x" commands to the CLI, and the ".excel" command by drh ยท 8 years ago
- 6c9dcc4 Update test cases for the new "usage" for .output. by drh ยท 8 years ago excel-shell-cmd
- 3c484e8 Save and restore the output mode when doing ".once -x" or ".excel". by drh ยท 8 years ago
- a92a01a An attempt to get ".once -e" working reliably on Windows. by drh ยท 8 years ago
- 7f3bf8a Fix a potential SQLITE_MISUSE in the .excel command when no database is open. by drh ยท 8 years ago
- 13c2093 Add support for the ".excel" command (and ".once -e" and ".once -x") in the CLI. by drh ยท 8 years ago
- cc9c26a Fix a harmless compiler warning in zipfile.c by drh ยท 8 years ago
- d99c7b7 Include RTREE in the default CLI build. by drh ยท 8 years ago
- ca7733b Modify the new "--append" option to the .archive so that it takes a filename by drh ยท 8 years ago
- e15c5e5 Add the lsmode(MODE) function in the fileio.c extension and use that function by drh ยท 8 years ago
- 3466064 Fix minor problems with the new ".archive" command changes. by drh ยท 8 years ago archive-improvements
- 4bfd182 Return an SQLITE_CONSTRAINT error if an attempt is made to insert duplicate by dan ยท 8 years ago
- 410cad9 In the fileio.c extension, change the filetype(MODE) function into lsmode(MODE). by drh ยท 8 years ago
- 634c70f Implement the ".ar --create" command using a single by drh ยท 8 years ago
- f2ed70e Have the zipfile module automatically append "/" to directory names that do by dan ยท 8 years ago
- 6c237b1 Add the "filetype()" SQL function for interpreting file modes to the by drh ยท 8 years ago
- a5676c4 The ".ar" command deduces whether or not the target file is by drh ยท 8 years ago
- a82c95b Allow the use of ".ar -t" without specifying an archive file or the "-z" by drh ยท 8 years ago
- e75d1f5 Tag an unreachable branch using ALWAYS(). by drh ยท 8 years ago
- b376b3d Work on the ".archive" command. by drh ยท 8 years ago
- a688ca5 Fix a problem in os_unix.c causing it to return SQLITE_CANTOPEN instead of by dan ยท 8 years ago
- 5af0698 Rearrange some routines in shell.c to avoid the need to forward reference a by drh ยท 8 years ago
- 6116ee4 Compute the correct column name even if the column identifier is the by drh ยท 8 years ago
- dc006e0 When disconnecting from the 'swarmvtab' extension, close each database prior to invoking the 'openclose' function on it. by mistachkin ยท 8 years ago
- 7026bd6 Fix harmless compiler warnings. by mistachkin ยท 8 years ago
- 2c4df97 Return SQLITE_CONSTRAINT if a user attempts to update a zipfile table. by dan ยท 8 years ago
- 9898c4a In the os_unix.c implementation of xOpen(), do not return by dan ยท 8 years ago
- c48e027 Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset() by dan ยท 8 years ago
- e2d22ff Fix another -fsanitize issue in new shell code. by dan ยท 8 years ago
- 4297584 Updates to the README.md file for the ext/misc directory. No code changes. by drh ยท 8 years ago
- 6b046be Fix the shell so that it can be built with SQLITE_OMIT_VIRTUALTABLE. by dan ยท 8 years ago
- f87ae41 Do not attempt to build the code in ext/expert/sqlite3expert.c if by dan ยท 8 years ago
- 8ee5d0f Attempt to fix the fileio.c extension so that it builds on MinGW-64. by drh ยท 8 years ago