]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-04-12  danAdd the socketvfs test extension. socketvfs
2019-04-12  drhTest case changes so that they work with both Tcl8...
2019-04-12  danTweaks to wapptest.tcl: Ensure that the "Debug" checkbo...
2019-04-12  danFix minor problems in tcl test scripts.
2019-04-11  danAdd the test/wapptest.tcl script, an alternative to...
2019-04-11  danMerge trunk changes into this branch. wapptest
2019-04-11  danFurther tweaks to wapptest.tcl. Add the ability to...
2019-04-11  drhRemove the vfslog.c extension from the testfixture...
2019-04-11  danFix RBU so that it does not write rows that should...
2019-04-11  danFix the checksymbols target in Makefile.in.
2019-04-10  danHave wapptest.tcl display the name, OS and architecture...
2019-04-10  danVarious fixes for the wapptest.tcl script.
2019-04-10  drhUpdate the list of OMIT options in the omittest.tcl...
2019-04-10  drhFurther refinement of the sqlite3VdbeMEmExpandBlob...
2019-04-10  drhChange the name of some internal testing interfaces...
2019-04-10  drhDo not place arbitrary restrictions on the length of...
2019-04-09  drhNew test case for SQLITE_TOOBIG errors.
2019-04-09  drhImproved reporting of SQLITE_TOOBIG errors while parsing.
2019-04-09  danFix a problem caused by a small SQLITE_LIMIT_LENGTH... toobig-fix
2019-04-09  danAdd test/wapptest.tcl, a wapp alternative to releasetes...
2019-04-09  drhUse an unsigned integer to count free pages in btree...
2019-04-07  drhMake the testcase() macro added in the previous check...
2019-04-07  drhFix a faulty assert() in the sqlite3VdbeMemExpandBlob...
2019-04-06  danFix two assert() statements in fts5 that are only true...
2019-04-05  drhRemove some stale references to the addopcodes.tcl...
2019-04-05  drhEliminate the tool/addopcodes.tcl script. The purpose...
2019-04-05  danAdd further tests so that veryquick.test covers all...
2019-04-05  drhImproved comment on the sqlite3FaultSim() function...
2019-04-05  danIn the test_vfs.c VFS, if a Tcl xWrite script returns...
2019-04-05  drhAdd the ability to override the new corruption detectio...
2019-04-05  drhIn the xfer-optimization, do early detection of when...
2019-04-04  danAdd further test cases to improve VDBE branch coverage.
2019-04-04  drhFix a typo in the documentation for sqlite3_value_fromb...
2019-04-04  drhMinor fixes to requirements marks.
2019-04-04  danAdd test cases to improve coverage of VDBE branches...
2019-04-04  drhCorrectly initialize the loadable extension thunk.
2019-04-04  drhSimplification of the recent VACUUM changes that make...
2019-04-04  drhFix an incorrect comment on a test case for rowid renum...
2019-04-04  drhOnly preserve rowid values for VACUUM INTO. Keep the...
2019-04-03  drhAdd a defense-in-depth NEVER() test to the WAL cleanup...
2019-04-03  danFix a couple of problems with "RANGE BETWEEN <expr...
2019-04-02  drhSmall optimizations to the grammar for window functions...
2019-04-02  drhUse a separate bit on db->dbOptFlags to disable the...
2019-04-02  drhIncluding the phrase EXCLUDE NO OTHERS in the frame...
2019-04-02  drhPut the list of keywords in mkkeywordhash.c into alphab...
2019-04-02  drhMake sure the MEM_FromBind bit inthe Mem.flags field...
2019-04-02  drhAdd new APIs to the extension loading mechanism.
2019-04-02  drhAdd the sqlite3_value_frombind() interface. Use that...
2019-04-01  drhPerformance improvement on the OP_Variable opcode. value_frombind
2019-04-01  drhImprovements to the sqlite3ExprImpliesNonNullRow()...
2019-04-01  danAdd a test case to cover a missed VDBE branch generated...
2019-04-01  danIf the library is built with SQLITE_VDBE_COVERAGE defin...
2019-04-01  drhFrame range comparisons can never be NULL because the...
2019-04-01  drhMark rowid-comparison opcodes as never-null for VDBE...
2019-04-01  drhImproved VDBE branch coverage in the run-time frame...
2019-04-01  drhImproved comments on the VDBE branch coverage testing...
2019-04-01  drhFix a defect in the VDBE branch coverage testing logic.
2019-04-01  mistachkinFix harmless compiler warnings seen with MSVC.
2019-03-31  drhEarly detection of too many columns in an index avoid...
2019-03-31  drhAdd some missing VdbeCoverage() macros.
2019-03-30  drhImprovements to VdbeCoverage macros.
2019-03-30  drhFix issues with the previous check-in and add more... oops
2019-03-30  drhEnhanced VdbeCoverage() macros in the new windows funct...
2019-03-30  drhAdd a call to sqlite3FaultSim(410) inside of btreeResto...
2019-03-30  drhThe defragmentPage() routine detects corruption in...
2019-03-30  drhAdd the blobio.c extension module implementing readblob...
2019-03-30  danAdd an extra IO-error test to windowfault.test.
2019-03-29  drhChange the fts3_tokenizer() function to always return...
2019-03-29  drhRemove the unused P5 flag from the OP_Rewind opcode.
2019-03-29  danFix a fairly obscure problem causing the planner to...
2019-03-29  drhFix typos in the comments of the sessions extension...
2019-03-29  drhThe two-argument version of fts3_tokenizer() works...
2019-03-29  drhInitial implementation of the sqlite3_value_frombind...
2019-03-29  drhRecover a some of the performance lost by window functi...
2019-03-28  drhAdd new test cases to test/fuzzdata8.db
2019-03-28  danPrevent aliases of window functions expressions from...
2019-03-28  drhShow the pointer address for Window objects in the...
2019-03-28  drhMore improvements to TreeView output for Window objects:
2019-03-28  drhImproved TreeView display of Window objects.
2019-03-28  drhIf the string formatter in sqlite3NestedParse() fails...
2019-03-28  drhImprovements to the README.md file. No code changes.
2019-03-27  mistachkinSupport building the Tcl bindings DLL using MSVC.
2019-03-27  mistachkinFix harmless compiler warnings seen with MSVC.
2019-03-26  danFix a problem with window frames that use "BETWEEN...
2019-03-26  drhFix harmless compiler warnings.
2019-03-26  danAdd support for new window functions related features...
2019-03-25  drhFix an obsolete comment in the CLI. No code changes.
2019-03-25  drhIn the CLI, code the "sqlite_parameters" name directly...
2019-03-25  drhRemove a test from the index build logic which is no...
2019-03-25  drhChange the name of the parameter table in the CLI to...
2019-03-25  drhEarlier detection of corruption while added to the...
2019-03-25  drhFix a faulty assert() statement in balance_nonroot...
2019-03-25  drhImprovements to the help text in the CLI.
2019-03-25  drhFix the writefile() SQL function implemented by ext...
2019-03-25  drhFor the ".archive --update" command in the CLI, only...
2019-03-23  mistachkinSupport Tcl libraries with a suffix. msvcTcl
2019-03-22  mistachkinFurther enhancements and fixes.
2019-03-22  mistachkinAttempt to detect when the MSVC linker requires the...
2019-03-22  danFix a problem with a window function in a correlated... window-functions
2019-03-22  drhWe learn that readdir_r() is deprecated in favor of...
next