]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-01-14  drhAdd OOM check, per tip at [forum:/forumpost/933479b2d5... branch-3.40
2023-01-13  drhIn expression nodes of type REGISTER with sub-type...
2023-01-05  drhRemove the unused sqlite3IsMemdb() routine, to avoid...
2023-01-05  drhFix a problem with applying integer affinity to a MEM_I...
2023-01-05  drhIncrease the version number to 3.40.2.
2023-01-05  drhIn the zipvfile extension (which is not part of the...
2022-12-28  drhVersion 3.40.1 version-3.40.1
2022-12-27  danFix a broken assert() in fts5.
2022-12-27  danFix a faulty assert() in fts5.
2022-12-27  danFix an assert() in fts5. Simplify memdb xLock/xUnlock...
2022-12-27  drhFix a missing 0 at the end of an integer literal in...
2022-12-27  danFix minor problems in test scripts where.test and recov...
2022-12-26  drhFix an unsafe use of sqlite3_mprintf() in sqlite3_overl...
2022-12-26  drhPrevent the sessions rebaser from generating changesets...
2022-12-26  drhIn the unix backend, when implementing the defenses...
2022-12-26  drhFix an over-zealous assert() reported by Yong Heng.
2022-12-26  drhEnsure the RETURNING clause is honoured when a row...
2022-12-26  drhAdd the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure...
2022-12-26  drhFix corner cases in UTF8 handling in the REGEXP extension.
2022-12-26  drhFix a off-by-one error in code generation that comes...
2022-12-26  drhFix safe mode authorizer callback to reject disallowed...
2022-12-26  drhFix an infinite loop in the MEMSYS5 auxiliary memory...
2022-12-05  drhFix a problem in the memdb vfs xLock() function allowin...
2022-12-05  drhRegenerate the configure script so that it includes...
2022-11-22  drhFix the error message in the CLI for "no such VFS".
2022-11-22  drhBump the version number to 3.40.1.
2022-11-22  drhFix last function pointer in sqlite3Apis init. Reported at
2022-11-16  drhVersion 3.40.0 version-3.40.0
2022-11-14  drhPrevious change to the fake_big_file command in the...
2022-11-14  drhChange the fake_big_file test command so that it fails...
2022-11-14  danAvoid running bigsort.test with SQLITE_DEBUG builds...
2022-11-13  stephanRemove some outdated code comments. No code changes.
2022-11-12  drhDisable the ability to change the schema_version cookie...
2022-11-10  drhRemove unnecessary tabs in the ChaCha20 implementation.
2022-11-10  stephanAutomatically relinquish implicitly-acquired OPFS file...
2022-11-10  stephanRework automatically acquired OPFS locks to be released... opfs-lock-without-xlock
2022-11-10  stephanOPFS: if an op which needs a lock is called when no...
2022-11-09  danBetter handle an error in the fts5 integrity-check...
2022-11-09  drhAdditional defense against corrupt database files in...
2022-11-09  drhIncrease the precision of the nData parameter to the...
2022-11-08  danFix a problem with URI formatting in calls to sqlite3rb...
2022-11-08  danDo not attempt to run test script dbpagefault.test...
2022-11-08  danFix a problem in main.mk preventing the amalgamation...
2022-11-07  drhFurther improvements to the handling of the u32 and...
2022-11-07  drhImprove the ability of mkshellc.tcl to remove redundant...
2022-11-07  danAdd the sqlite3rbu_rename_handler() API. To override...
2022-11-07  stephanMinor doc updates in speed-check.sh. No code changes.
2022-11-07  drhFix an obsolete comment.
2022-11-07  drhFix typo in comment.
2022-11-07  stephanAdd sqlite3.wasm.alloc.impl() as a "public back door...
2022-11-07  drhFix requirements marks so that they match documentation...
2022-11-07  stephanMinor wasm doc touchups. No code changes.
2022-11-07  drhFix the documentation regarding negative length paramet...
2022-11-07  drhMake sure that the recoverStrlen() function (used inter...
2022-11-06  drhThe recoverAssertMutexHeld() function is for testing...
2022-11-05  danUpdate test file dbpagefault.test to account for the...
2022-11-04  danTweaks to recover module test scripts to work with...
2022-11-04  danAnother test case fix for auto-vacuum builds.
2022-11-04  danFixes to recover module test scripts so that they may...
2022-11-04  danFix Tcl tests so that they again build and run with...
2022-11-04  drhRemove an unimportant testcase() macro that is no longe...
2022-11-04  danAdd another test case for the OP_Found fix.
2022-11-04  drhEnhance the ability of the OP_Found and similar opcodes...
2022-11-04  stephanCorrect sqlite3-wasm.c's SQLITE_DEFAULT_CACHE_SIZE...
2022-11-03  stephanAdd experimental esm target to ext/wasm/GNUmakefile...
2022-11-03  stephanGlobally replace '' with "" for empty JS strings to...
2022-11-02  stephanMinor build cleanups and fix a harmless race condition...
2022-11-02  drhClarify documentation regarding the --recovery-db optio...
2022-11-02  drhMinor improvements to API documentation in comments...
2022-11-02  stephanAdd sqlite3_wasm_vfs_create_file() to replace Emscripte...
2022-11-02  drhEmcc seems confused by SQLITE_DEBUG, for reasons unknow...
2022-11-02  stephanFix a symbol name typo which broke and exception-handli...
2022-11-02  stephanFix a missing symbol in non-SQLITE_DEBUG builds.
2022-11-01  drhFix a harmless compiler warning.
2022-11-01  danInstead of (const char*), use a special type - sqlite3_...
2022-11-01  drhFix harmless compiler warnings. sqlite3_filename
2022-11-01  danInstead of (const char*), use a special type - sqlite3_...
2022-11-01  mistachkinFix compilation errors in the recover API seen with...
2022-11-01  drhFix a #ifdef involving SQLITE_OS_KV that was adding...
2022-11-01  drhEnforce affinity on materialized tables for subqueries...
2022-11-01  drhImprovements to comments. Change the "optimization_con... tkt-57c47526
2022-11-01  stephanMinor internal cleanups in the js pieces.
2022-11-01  stephanSignificant cleanups and expansion of the sqlite3.opfs...
2022-11-01  drhDo not flatten a UNION ALL subquery where the column...
2022-11-01  drhEnforce column affinity on the materialization of a...
2022-10-31  drhMake the UPDATE method of the sqlite_dbpage virtual...
2022-10-31  stephanWorker1: use a list, rather than a single slot, to...
2022-10-31  stephanInternal tweaks to the OPFS VFS result codes.
2022-10-31  stephanAdd oo1.DB.exec() 'returnValue' option, which specifies...
2022-10-31  danAvoid a segfault that could occur when running the...
2022-10-31  drhExtra OOM check in shell_error_context() of the CLI.
2022-10-30  stephanAdd oo1.DB.selectArray() and selectObject().
2022-10-30  stephanAdjust automatic OPFS locking retries such that they...
2022-10-30  stephanMinor WASM build cleanups. Enable custom Module.instant...
2022-10-30  stephanReduce wasm module's starting memory from 128mb to...
2022-10-30  mistachkinMinor updates to the Windows batch tools.
2022-10-29  stephanUpdate ext/wasm/README.md for recent developments.
2022-10-29  stephanMore styling of module-symbols.html.
2022-10-29  stephanExpand and document the wasm doc-update make rules...
2022-10-29  stephanMove the sqlite3.capi.wasm namespace to sqlite3.wasm...
next