]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-11-10  danAvoid returning SQLITE_SCHEMA if the first query run... schema-error-fix
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...
2022-10-28  drhFix harmless compiler warnings in testing code.
2022-10-28  drhAdd sqlite3recover() support to fuzzcheck.
2022-10-28  stephanRemove sqlite3_interrupt() from the WASM build, as...
2022-10-28  stephanAdd ext/wasm/module-symbols.html. Adjacent minor JS...
2022-10-28  stephanMinor sqlite3.oo1 API reorg prompted by documenting.
2022-10-27  drhFix a minor problem with sqlite_dbdata.
2022-10-27  danFix another crash in the recover extension triggered...
2022-10-27  danFix another problem to do with recovering from in-memor...
2022-10-27  danEnsure that the VFS wrapper in the recover extension...
2022-10-27  danFix an assert() failure in the recover extension trigge...
2022-10-27  drhIn the CLI, ensure that input to utf8_width_print is...
2022-10-27  danChange the name of the ".recover" command option "...
2022-10-27  stephanspeedtest1.html: when vfs==kvvfs, increase --size from...
2022-10-27  drhAutomatically set temp_store=MEMORY if the VFS is kvvfs.
2022-10-27  drhDo not accept a NULL pointer for the filename in KVVFS.
2022-10-27  drhThe kvvfs VFS should remember the page size when writin...
2022-10-27  stephanRe-enable the .recovery and .dbinfo commands in shell...
2022-10-27  danDo not use sqlite3_result_text16() in the recover exten...
2022-10-27  danFix a problem with running ".recover" on an in-memory...
2022-10-27  danDo not use sqlite3_mutex_xxx() functions in sqlite3reco...
2022-10-27  stephanMinor doc typo fixes.
2022-10-27  stephanRestructure and simplify the feature-detection #defines...
2022-10-27  stephanExpose sqlite3_randomness() to WASM and add a custom...
2022-10-26  danDisable the push-down optimization for sub-queries...
2022-10-26  drhRemove an unused variable from the recovery extension.
2022-10-26  danAdd the "recover" extension in ext/recover/, for salvag...
2022-10-26  danRemove an undefined left-shift operation from the recov... recover-extension 7/head
2022-10-26  danMerge further changes from trunk, including fix to...
2022-10-26  danMake the shell .recover command and the dbdata.c module...
2022-10-26  stephanCorrect misuse of localhost-mode-only symbol S in fiddl...
2022-10-26  stephanCorrected link to fiddle in ext/wasm/index.html (broken...
2022-10-26  stephanReplace the newly-removed oo1.DB.getFilename() with...
2022-10-26  stephanRemove oo1.DB.hasFilename() and getFilename(), as they...
next