]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-01-10  danFix handling of unix paths that contain ".." components... unix-path-fix
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
2023-01-05  danFix a problem with applying integer affinity to a MEM_I...
2023-01-05  drhIn the zipvfile extension (which is not part of the...
2023-01-04  drhAdjustements to the tool/warnings.sh script to account...
2023-01-04  danEnsure that LIMIT clauses may be passed through to...
2023-01-04  larrybrEmploy deliberate_fall_through macro to quiet some...
2023-01-04  drhEnhance PRAGMA integrity_check so that it verifies...
2023-01-04  drhRemove the unused "sqlite3StackAllocZero()" macro.
2023-01-04  stephanElaborate on the open-in-read-only fallback behavior...
2023-01-04  stephanRemove the JS-side SQLITE_WASM_DEALLOC sanity check...
2023-01-03  drhSmall performance increase in the symbol hash table.
2023-01-03  drhAvoid an unnecessary call to strlen() in the sqlite3Vdb...
2023-01-03  drhSmall performance improvement in the btreeOverwriteCell...
2023-01-02  stephanAdd some docs explaining a particular piece of [ae0196d...
2023-01-02  stephanAnother reformulation of SQLITE_WASM_DEALLOC to attempt...
2023-01-01  stephanAn alternative solution to mapping SQLITE_WASM_DEALLOC...
2022-12-31  peter.d.reidRemove redundant assignment in kvvfs's decoding.
2022-12-31  peter.d.reidAvoid an infinite loop when an unexpected character...
2022-12-29  drhA call to sqlite3_declare_vtab() should not cause DML...
2022-12-27  stephanAdd sqlite3changeset_new/old_js(), which work like...
2022-12-27  stephanExpose sqlite3_preupdate_hook() and friends to the...
2022-12-27  drhFix a missing 0 at the end of an integer literal in...
2022-12-27  danFix a broken assert() in fts5.
2022-12-27  stephanAdd links to module-symbols.html for newly-added APIs.
2022-12-27  stephanAdd two more tests to [f99f8e3ecfe20].
2022-12-27  stephanExpose sqlite3_commit/rollback/update_hook() to JS...
2022-12-27  stephanAdd an optional argument to oo1.DB.transaction() to...
2022-12-26  stephanExpose the auto-extension API to JS and reorganize...
2022-12-26  drhFix an infinite loop in the MEMSYS5 auxiliary memory...
2022-12-26  stephanDocument sqlite3.capi.sqlite3_prepare_v3() as accepting...
2022-12-26  stephanCorrect some internal-use JS docs and update the 'strin...
2022-12-26  stephanOnly add an on-db-close cleanup entry for collations...
2022-12-26  stephanExtend [0e69b2c379e618] to support uninstalling stale...
2022-12-26  stephanAdd JS infrastructure which enables sqlite3.capi.sqlite...
2022-12-26  stephanReimplement sqlite3.capi.sqlite3_close_v2() and sqlite3...
2022-12-26  larrybrGrammar fixup in comment re SQLITE_TRACE_PROFILE trace...
2022-12-25  stephanmodule-symbols.html: add some missing links to C-side...
2022-12-25  stephanUpdate JS worker #1 API and related tests for recent...
2022-12-25  stephanRename the new wasm.irSizeof() to sizeofIR() because...
2022-12-25  stephanMinor internal API doc correction and extend a test...
2022-12-25  stephanAdd sqlite3.oo1.DB.selectValues(). Correct a logic...
2022-12-25  stephanMerge wasm-session-api branch into trunk, adding the...
2022-12-25  stephanAdd basic session API JS tests. wasm-session-api
2022-12-25  stephanAdd sqlite3.wasm.irSizeof() and extend certain allocati...
2022-12-25  stephanAdd tests confirming that JS sqlite3_exec()'s SQL argum...
2022-12-25  stephanReplace the "manual" implementation of sqlite3.capi...
2022-12-25  stephanRemove duplicated JS binding of sqlite3changeset_apply_...
2022-12-25  stephanAdd the address of the associated db handle to the...
2022-12-25  stephanUpdate the session-related JS bindings to account for...
2022-12-25  stephanMerge trunk into wasm-session-api branch.
2022-12-25  stephanAdd missing sqlite3_context_db_handle() JS binding...
2022-12-25  stephanEnhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able...
2022-12-25  stephanSimplify the signature for JS functions, as opposed...
2022-12-24  stephanReplace JS-side use of SQLITE_TRANSIENT with the new...
2022-12-24  stephanExtend oo1.Stmt.bind() to accept ArrayBuffer instances...
2022-12-24  stephanAdd a test for the (failure) case of client-level code...
2022-12-24  stephanoo1.DB.exec() rowMode="$columnName": a minor optimizati...
2022-12-24  stephanIf sqlite3.oo1.DB.exec()'s callback returns a literal...
2022-12-23  stephanReimplement JS's sqlite3_bind_text/blob() with hand...
2022-12-23  stephanMerge trunk into wasm-session-api branch.
2022-12-23  stephanInternal JS cleanups. Correct part of [ac136925a645...
2022-12-23  stephanMerge trunk into wasm-session-api branch.
2022-12-23  stephanConsolidate/unify how the JS bindings of the create_fun...
2022-12-23  larrybrAdd base64() and base85() to shell sources for the...
2022-12-23  larrybrAdd base64() and base85() text/blob conversions to...
2022-12-23  stephanExplicitly omit threading and extension loading from...
2022-12-23  stephanAdd SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature...
2022-12-23  stephanCherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap...
2022-12-23  stephanInternal cleanups and minor speed optimizations in...
2022-12-23  drhFix lots of harmless, nuisance compiler warnings, mostl...
2022-12-23  stephanAdd sqlite3.capi JS bindings for the sqlite3session_...
2022-12-23  drhAdditional fixes for yet more completely harmless compi...
2022-12-23  stephanInitial pieces for binding the session API to JS. Far...
2022-12-23  stephanSquelch a new (and, in this case, harmless) compiler...
2022-12-22  drhAsserts added to ensure that the iCompare variable...
2022-12-22  drhAvoid having to reinitialize Vdbe.pResultRow upon each...
2022-12-22  drhRename the Vdbe.pResultSet field to pResultRow in order...
2022-12-22  drhSmall performance optimization associated with shared...
2022-12-22  drhSmall performance optimization on the OP_Insert opcode.
2022-12-22  stephansessionfuzz.c: use lt/gt brackets instead of double...
2022-12-21  drhMore efficient implementation of large precisions on...
2022-12-21  drhEnsure that the expression of a virtual column really...
2022-12-21  drhNew WHERETRACE entries for adding and removing objects...
2022-12-20  drhAdd about 150 new fuzzer cases to test/fuzzdata8.db.
2022-12-20  drhAdd ALWAYS() to always-true branches in the locking...
2022-12-20  drhImprovement to the dbsqlfuzz fix of [f113eebdbe68246f].
2022-12-20  drhDo not use indexed expressions to replace the expressio...
2022-12-19  danFix a faulty assert() in fts5.
2022-12-19  drhRemove an unused variable.
2022-12-19  stephanMinor sed script tweak in the wasm GNUmakefile for...
2022-12-19  stephanUpdate test-opfs-vfs.js to account for recent API chang...
2022-12-19  danFix an assert() in fts5. Simplify memdb xLock/xUnlock...
2022-12-19  drhFix a minor problem with the printAggInfo() routine...
2022-12-18  stephanJS namespace updates in ext/wasm/api/README.md.
2022-12-17  drhFix an unnecessarily restrictive assert() in the aggreg...
next