]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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...
2022-12-17  larrybrRemove slew of inadvertant tabs in favor of spaces.
2022-12-17  drhAdd NEVER/ALWAYS to branches that have become unreachab...
2022-12-17  stephanUpdate wasmfs.make to get WASMFS building again, but...
2022-12-16  drhDisallow some of the query invariant tests on SQL state...
2022-12-16  stephanExpose a JS-friendly subset of sqlite3_config() to...
2022-12-16  drhIn the fuzzer invariant checker, do not add new WHERE...
2022-12-16  stephanAdd a test confirming that exceptions are not passed...
2022-12-16  stephanAdd sqlite3_set_authorizer() support and related tests...
2022-12-15  drhCreate a new affinity called FLEXNUM that works like...
2022-12-15  danFix an incompatibility between the Tcl interface and...
2022-12-15  stephanAdded a couple missing 'not part of the public API...
2022-12-15  drhOmit the columnTypeImpl() function from the build when...
2022-12-15  drhFix harmless compiler warnings.
2022-12-15  danUpdate a test case in scanstatus2.test to account for...
2022-12-15  danFix an unsafe use of sqlite3_mprintf() in sqlite3_overl...
2022-12-15  stephanInternal refactoring of how sqlite3.wasm.xWrap() handle...
2022-12-15  stephanRemove an unnecessary/obsolete Emscripten-specific...
2022-12-14  drhFix minor problems in the new sqlite3ExprDataType(...
2022-12-14  drhAdjust the query planner to be more aggressive about...
2022-12-14  stephanRename the new peek/pokeF32() and peek/pokeF64() to...
2022-12-14  drhMerge all the latest trunk enhancements into the corout... coroutines-exp2
2022-12-14  drhRework the code that computes the datatypes and affinit...
2022-12-14  stephanSlight reformulation of some test code to test multi...
2022-12-14  drhIf the SELECT that implements a subquery or a VIEW... refactor-subquery-types
2022-12-14  stephanUse the new peek/poke() variants throughout tester1.js.
2022-12-14  stephanAdd convenience variants of sqlite3.wasm.peek/poke...
2022-12-14  drhBack out the part of the change in [88a05141c28e5ff1...
2022-12-14  stephanAdd a test to demonstrate/verify which object acts...
2022-12-14  stephanA micro-optimization in sqlite3.oo1.DB.exec(). Changed...
2022-12-13  danFix a comment in ext/session/test_session.c.
2022-12-13  danPrevent the sessions rebaser from generating changesets...
2022-12-13  drhRemove an unused variable from sqlite3SubqueryColumnTyp...
2022-12-13  drhUse standard datatype names for the column datatypes...
2022-12-13  drhRefactor the sqlite3SelectAddColumnTypeAndCollation...
2022-12-13  danAdd extra test cases for applying sessions module chang...
2022-12-13  drhSlightly faster implementation of sqlite3ExprAffinity().
2022-12-13  stephanDocument the role of the sqlite3.client JS API property.
2022-12-13  stephanExtend the sqlite3.wasm function pointer argument conve...
2022-12-13  drhMerge recent trunk changes into the coroutine-exp2...
2022-12-12  drhFurther fix for ticket [57c47526c34f01e8]. If a subque...
2022-12-12  drhIf a subquery has a result column of the form "CAST... cast-to-numeric
2022-12-12  stephanRevert part of [9386d6f63468] because the new automatic...
2022-12-12  danAdd new logging code SQLITE_NOTICE_RBU and use it when...
2022-12-12  stephanMove JS-to-C binding signatures from sqlite3-api-prolog...
2022-12-12  stephanext/wasm/module-symbols.html: for C APIs which have...
2022-12-12  stephanext/wasm/module-symbols.html: add a hyperlink to the...
2022-12-12  stephanRework the internals of how argument/result types are...
2022-12-12  stephanAdd sqlite3.mjs to the new 'quick' wasm build for the...
2022-12-12  stephanExpose sqlite3_txn_state() to wasm.
next