]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-08-10  danFix a typo in csv01.test introduced by the previous... writable-vtab-without-rowid
2017-08-10  danAdd extra tests to this branch.
2017-08-10  drhTest case for writing to a WITHOUT ROWID virtual table...
2017-08-10  drhExperimental changes that allow a WITHOUT ROWID virtual...
2017-08-10  drhAdd a first draft of the "vtablog" extensions that...
2017-08-09  drhPreserve the error code from xConnect or xCreate method...
2017-08-09  drhVarious bug fixes for the new LSM1 virtual table design.
2017-08-09  drhWork toward redesigning the interface to the LSM1 virtu...
2017-08-08  drhThe identifier "vsnprintf" appears to be a reserved...
2017-08-08  drhFix a faulty signed/unsigned character comparison in...
2017-08-08  drhEnhance the CSV virtual table extension so that it...
2017-08-07  danAvoid casting a value larger than 2^31 to a (size_t...
2017-08-07  mistachkinOn Windows, avoid casting a value larger than 2^31... mmap-size-limit
2017-08-07  danFix a problem with handling SQLITE_FCNTL_MMAP_SIZE...
2017-08-07  danUpdate bigmmap.test to account for builds that use
2017-08-07  danAvoid casting a value larger than 2^31 to a (size_t...
2017-08-07  mistachkinFix an out-of-order test number.
2017-08-07  danAdd new test file "bigmmap.test". For testing builds...
2017-08-05  danFix a segfault in swarmvtab that could occur if there...
2017-08-05  drhMicrooptimization in pcache1.c makes the code slightly...
2017-08-05  danFix memory leak in swarmvtab.
2017-08-04  drhAdd the swarm virtual table to the existing union virtu...
2017-08-04  drhAdd the optional non-found-callback to the swarm-vtab. union-vtab
2017-08-04  danAdd further test cases for swarmvtab. And minor code...
2017-08-04  danAdd test cases and associated fixes for swarmvtab.
2017-08-04  danAdd SQLITE_API qualifiers to public API functions in...
2017-08-04  danUpdate script tool/mksqlite3c.tcl to avoid duplicating... sqlite3rbu.h-fix
2017-08-03  danModify swarmvtab to use a separate database connection...
2017-08-03  danAdd SQLITE_API qualifiers to public API functions in...
2017-08-03  danFix some problems in RBU test cases. Also update RBU...
2017-08-03  drhOptimization to the comparison opcodes in the byte...
2017-08-02  drhIn the KeyInfo object, refactor the nField and nXField...
2017-08-02  danEnhance the code in unionvtab.c to also provide the...
2017-08-02  drhAvoid redundant calls to sqlite3ApiExit() in sqlite3_st...
2017-08-02  drhOnly attempt to invoke WAL callbacks when a transaction...
2017-08-02  drhMinor optimization on clearCell()
2017-08-02  drhOptimizations associated with error handling in btree...
2017-08-02  drhRemove unused token codes.
2017-08-02  drhRearrange some of the added token codes for a very...
2017-08-02  drhRearrange integer token values in the parser and logic...
2017-08-02  drhShow which opcodes are jumps in the comments when gener...
2017-08-02  drhAdd the "%token" control to the lemon parser. Not...
2017-08-02  drhFaster implementation of resolveP2Values().
2017-08-01  drhSlightly smaller and faster by allocating Parser object...
2017-08-01  drhSplit the OP_Last opcode into OP_Last and OP_SeekEnd...
2017-08-01  drhTake advantage of atomic-write capabilities in the...
2017-08-01  drhAllow ATTACH and DETACH inside of a transaction.
2017-07-31  mistachkinRecognize 'AMD64' as 'x64' in the TclKit batch tool...
2017-07-31  mistachkinSync up the MSVC autoconf makefile.
2017-07-31  drhFix a windows-compatibility issue in the recently added...
2017-07-31  drhPrevent OSSFuzz from using debugging pragmas that are...
2017-07-31  drhMove the generation of output column names earlier...
2017-07-30  drhAdd the schema6.test module for demonstrating schemas...
2017-07-30  drhCorrectly handle an "INTEGER PRIMARY KEY UNIQUE" column...
2017-07-29  drhNew test cases for column name generation interacting... early-column-names
2017-07-29  drhMove the generation of output column names earlier...
2017-07-28  mistachkinUpdate Tcl version used by the TclKit batch tool for...
2017-07-28  mistachkinFix harmless compiler warning.
2017-07-28  drhDisable the writecrash.test module on Windows. batch-atomic-write
2017-07-28  drhMore precise determination of when an in-memory journal...
2017-07-28  drhAdd new extended error codes for the atomic write file...
2017-07-28  danAdd new test file test/atomic.test.
2017-07-28  drhAdd the SQLITE_ENABLE_BATCH_ATOMIC_WRITE macro to ctime.c
2017-07-27  drhEnhance the like optimization so that it works with...
2017-07-27  drhIncrease the version number to 3.21.0 in anticipation...
2017-07-27  drhMerge the pointer-passing interface changes from the...
2017-07-27  drhSimplified documentation for the pointer passing interface.
2017-07-27  danDo not set device-capabilities flags SEQUENTIAL or...
2017-07-27  drhAdd destructor functions for the pointer argument ...
2017-07-27  drhIn sqlite3_bind_pointer(), invoke the destructor if... pointer-with-destructor
2017-07-27  drhImproved implementation of the destructor on pointer...
2017-07-27  drhAdd a destructor argument to sqlite3_bind_pointer()
2017-07-26  drhAdd the new sqlite3.mDbFlags field. Factor out bits...
2017-07-26  drhAllow ATTACH and DETACH to occur inside of a transaction. attach-in-trans
2017-07-26  drhFix a comment on the UnpackedRecord.r1 and UnpackedReco...
2017-07-25  drhRelease candidate 2 for 3.20.0.
2017-07-25  drhFix a bug in the deterministic date/time function logic...
2017-07-24  danDo not attempt to run test file unionvtabfault.test...
2017-07-24  danDo not attempt to run test file unionvtab.test with...
2017-07-24  drhHandle a real OOM condition when incrblob2.test is...
2017-07-24  drhAdditional documentation on sqlite3_bind_pointer()...
2017-07-24  drhCompiler warning fix associated with date/time functions.
2017-07-22  danAdd a test for the outcome of a process crash within...
2017-07-22  danAdd the "atomic-batch-write" permutation to permutation...
2017-07-22  drhKeep batch-atomic-writes turned on for journal_mode...
2017-07-22  drhOmit unused batch-atomic-write code if SQLITE_ENABLE_BA...
2017-07-21  danUse ioctl(F2FS_IOC_GET_FEATURES) to determine whether...
2017-07-21  mistachkinRemove stray (and incomplete) comment from a test file...
2017-07-21  mistachkinFix typo in comment. No changes to code.
2017-07-21  drhAdditional documentation on the new VFS interface....
2017-07-20  drhAdd the documentation text for the new VFS interfaces...
2017-07-20  drhTransform two #ifdef statements into #if statements.
2017-07-20  danSplit SQLITE_ENABLE_ATOMIC_WRITE into two options ...
2017-07-20  drhFix a harmless typo, but one that would show up in...
2017-07-20  danAdd support for F2FS atomic writes. Untested at this...
2017-07-20  drhEnhance the built-in date/time functions so that they...
2017-07-20  drhNew test cases for date/time functions in indexes on... index-on-date-func
2017-07-20  drhCombine the Parse.ckBase and Parse.iSelfTab fields...
2017-07-19  drhAllow indexes to be created on date/time functions...
2017-07-19  mistachkinRemove some 'breakpoint' commands in test files.
next