]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-11-19  stephanMore work towards creation of a ES6 JS module. js-cpp
2022-11-18  stephanReplace use of cpp with the fit-to-purpose c-pp to...
2022-11-17  stephanMerge trunk into js-cpp branch.
2022-11-17  drhUse the log10() and log2() functions from the standard...
2022-11-17  drhSplit out the documentation for sqlite3_value_encoding...
2022-11-17  drhRaise an error if an attempt is made to compile the...
2022-11-16  stephanChange a self.X JS reference to X to account for a...
2022-11-16  stephanwasm build: include FTS5 instead of FTS4, per /chat...
2022-11-16  drhFix harmless typo in comment, reported by Debian in...
2022-11-16  drhAvoid returning SQLITE_SCHEMA if the first query run...
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  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  stephanExperimentally use clang's C preprocessor to filter...
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.
next