]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-02-03  danFixes for testrunner.tcl on windows.
2023-02-03  danHave testrunner.tcl run various builds as part of the...
2023-02-03  danAvoid using Tcl command [clock] in testrunner.tcl.
2023-02-02  danDo not run test script pendingrace.test as part of...
2023-02-02  danAdd configuration data for osx and windows to testrunne...
2023-02-01  danUpdate testrunner.tcl to use a separate process for...
2023-02-01  drhJust because a CTE is used more than once, does not...
2023-02-01  danFix a comment related to PENDING locks in os_unix.c...
2023-01-31  danFix a race condition during hot-journal rollback on...
2023-01-31  danFix a race condition during hot-journal rollback that... pending-lock-race
2023-01-30  drhAdditional tweaks to the enhancement at [609fbb94b8f01d...
2023-01-29  stephanTwo JS file renames which got inadvertently undone...
2023-01-29  stephanCorrect the handling of the worker1 and promiser JS...
2023-01-28  danDo not assume that sub-queries that contain window...
2023-01-28  drhShow more details about the SrcItem.fg field in tree...
2023-01-28  danFix a problem causing "PRAGMA quick_check" to return...
2023-01-28  danUpdate sqllimits1.test to account for the fact that...
2023-01-28  stephanMakefile doc touchups - no code/build changes.
2023-01-28  stephanOverhaul ext/wasm/GNUmakefile to consolidate what amoun...
2023-01-28  stephanEnhance oo1.DB.exec() to simplify returning whole resul...
2023-01-28  stephanAdd JS bundler-friendly JS build. Minor test code cleanups.
2023-01-27  drhFix compiler warning in base85.c.
2023-01-27  stephanUpdate ext/wasm/README-dist.txt for the bundler-friendl... js-bundler-friendly
2023-01-27  drhAdd an assert() to help static analyzers.
2023-01-27  danDo not try to run rbu tests with builds that do not...
2023-01-27  stephanAdd a feature idea note to DB.exec(), derived from...
2023-01-27  stephanCherrypick [3773934e91c20ca243] into trunk.
2023-01-27  stephanExtract emcc version in JS build and use it to conditio...
2023-01-27  stephanWork around a JS null pointer deref which could be...
2023-01-27  stephanCherrypick [fa784101775b7|emscripten ticket #18609...
2023-01-27  stephanWork around upstream emscripten 3.1.31 bug [https:...
2023-01-27  stephanMore work on creating a separate sqlite3.js build which...
2023-01-27  stephanResolve a nested if-block bug in ext/wasm/c-pp.c which...
2023-01-27  stephanBeginnings of a bundler-friendly build of sqlite3.mjs...
2023-01-26  stephanEnd-of-line whitespace cleanups and doc typo fixes...
2023-01-26  danHave some RBU tests run as part of veryquick.test/testr...
2023-01-26  drhImproved fix to allow sqlite3_vtab_in_first() to reliab...
2023-01-25  drhFix a harmless compiler warning in FTS3.
2023-01-25  drhDefer calling the destructor for the user data on a...
2023-01-25  drhEnhance the sqlite3_vtab_in_first() and sqlite3_vtab_in...
2023-01-25  danFix a problem with fts3 auxiliary functions and one...
2023-01-25  danFix another problem with fts3/4 auxiliary functions...
2023-01-24  danAdd scalar SQL function unhex().
2023-01-24  danUpdate unhex() to allow a second argument, specifying... unhex-function
2023-01-24  danFix a problem with using fts3 auxiliary functions with...
2023-01-23  drhSuppress a harmless compiler warning.
2023-01-23  drhDue to a coding error, check-in [8efd61e8518594e3]...
2023-01-23  drhAdd the missing CARRAY_BLOB macro to the carray.h exten...
2023-01-23  danAdd experimental user function unhex().
2023-01-22  larrybrGive CLI .version a place in .help output.
2023-01-21  stephanMinor API doc cleanups and JS code simplification.
2023-01-21  drhFix a memory leak in the TCL test harness associated...
2023-01-21  drhFix harmless compiler warnings.
2023-01-20  drhExtend the carray extension to allow the use of BLOB...
2023-01-20  drhTwo branches associated with memdb are now always taken...
2023-01-20  danEnsure that the database encoding cannot be changed...
2023-01-20  danAdd tests for changing the database encoding via RESET_...
2023-01-20  drhThe json_group_array(), json_group_object(), and fts5_s...
2023-01-19  danFix numbering issue in and remove duplicate test from...
2023-01-18  stephanEmit sqlite3-api.(m)js during the JS build process...
2023-01-17  danFix another issue with very large compressed LSM databases.
2023-01-17  drhChange an now unreachable testcase() into an assert().
2023-01-17  drhFix harmless compiler warnings in the CLI.
2023-01-17  danUpdate virtual tables json_each and json_tree so that...
2023-01-17  drhAdd test cases to confirm that the schema parsing quirk...
2023-01-16  larrybrCause .clone to not trip over sequence table as reporte...
2023-01-16  drhIn the CLI, create our own private version of strncpy...
2023-01-14  drhOmit the long-disused FTS1 and FTS2 implements from...
2023-01-14  larrybrAdd OOM check, per tip at [forum:/forumpost/933479b2d5...
2023-01-14  larrybrDoc-only fix, per [forum:/forumpost/0cfaf6876b|forum...
2023-01-13  danFix another lsm compression-mode bug.
2023-01-13  drhIn expression nodes of type REGISTER with sub-type...
2023-01-13  drhAdd missing "const" on variables in recent RBU fixes.
2023-01-13  drhEnhance query planning so that it check for sqlite3_int...
2023-01-13  drhUpdate documentation for sqlite3_progress_handler(). progress-during-prepare
2023-01-13  drhRemove an incorrect legacy assert().
2023-01-12  drhReduce the frequency of calls to sqlite3ProgressCheck().
2023-01-12  drhFix sqlite3_prepare() so that it only invokes the progr...
2023-01-12  danDo not attempt to run new test file rbupass.test if...
2023-01-12  danAvoid crashing when using an RBU VFS with a version...
2023-01-12  danWhen deleting any old OAL file before starting an RBU...
2023-01-12  drhAttempt to provide a mechanism to do early termination...
2023-01-11  drhFix duplicate semicolon in btreeInt.h.
2023-01-11  drhFix a false-positive in the out-of-range jump detection...
2023-01-11  drhIf OP_Rewind has P2 of zero, that is an assertion that... code-generator-20230111
2023-01-11  drhAdd an assert() to the byte-code engine that goes off...
2023-01-11  danFix problems with compressed LSM databases larger than...
2023-01-11  drhImproved progress-handler and interrupt detection durin...
2023-01-11  danFix another 64-bit offset problem in lsm. lsm-compress-fixes
2023-01-11  drhAdd a new sqlite3_is_interrupted() interface that can...
2023-01-10  drhWhen computing the datatypes for columns in a view...
2023-01-10  danFix handling of unix paths that contain ".." components...
2023-01-10  drhImprovements to the SQLITE_DIRECTONLY documentation.
2023-01-10  danFix handling of unix paths that contain ".." components... unix-path-fix
2023-01-09  danFix some problems with large, compressed, lsm databases.
2023-01-09  larrybrClarify help for .quit.
2023-01-09  drhFix JSON functions so that they work correctly under...
2023-01-07  larrybrDoc-only update, sqlite3_preupdate_hook() return
2023-01-07  danAccount for read-only connections on databases with...
2023-01-05  drhChanges a testcase() into an assert() due to the
next