]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2022-12-12  stephanExpose a number of infrequently-used sqlite3_...()...
2022-12-11  stephanMinor build tweaks in ext/wasm to create a faster-runni...
2022-12-10  danEnsure that the types and collation sequences of a...
2022-12-10  danEnsure that the types and collation sequences of a... tkt-679ed6a2
2022-12-10  stephanRemove -flto from wasm build flags, as it increases...
2022-12-10  stephanCorrect wasm heap corruption introduced in test code...
2022-12-10  stephanRemove two incorrect calls to structType.dipose() which...
2022-12-10  stephanExpose sqlite3_column_value() to WASM and add sqlite3_c...
2022-12-10  stephanRefactor the internal JS routines for converting UDF...
2022-12-09  drhRemove the SQLITE_PREPARE_SAFEOPT flag. The name is...
2022-12-09  drhDo not allow OOM faults in EQP messages associated...
2022-12-09  stephanExport sqlite3_result_subtype() and sqlite3_value_dup...
2022-12-09  stephanExpose sqlite3_value_frombind/nochange/numeric_type...
2022-12-09  stephanRefactor the sqlite3_value-to-JS conversion from an...
2022-12-09  drhFix typo in the SQLITE_DBCONFIG_LOOKASIDE documentation.
2022-12-09  stephanRemove some unused sqlite3_status() codes from the...
2022-12-09  stephanRename the oft-used, verbose sqlite3.wasm.get/setMemVal...
2022-12-09  stephanMicro-optimization in the oft-activated JS-to-WASM...
2022-12-09  stephanCorrect a test bug which broke the previous checkin...
2022-12-09  stephanExport sqlite3_status() and sqlite3_stmt_status() to...
2022-12-09  stephanJS API doc updates.
2022-12-09  stephanExpose sqlite3_table_column_metadata() to wasm.
2022-12-09  stephanExpose sqlite3_db_status() and sqlite3_db_config()...
2022-12-09  stephanReorganization and renaming in the new VFS/vtab JS...
2022-12-08  danSupport ".scanstats est" to enable including planner...
2022-12-08  stephanFurther docs and minor cleanups in the JS virtual table...
2022-12-08  stephanEase-of-use/legibility improvements in the virtual...
2022-12-08  drhImproved comments on the new co-routine logic. Fix...
2022-12-08  stephanInitial support for virtual tables implemented in JavaS...
2022-12-08  drhDo not use a co-routine on a subquery that is participa...
2022-12-08  stephanDescribe the SQLITE_DBCONFIG_RESET_DATABASE flag's...
2022-12-08  stephanMore work on the JS vtable tests. wasm-vtab
2022-12-08  stephanGot JS non-eponymous vtable working thanks to a hint...
2022-12-08  stephanRemove some dead JS code and tweak some docs.
2022-12-07  drhMerge the latest fixes and enhancements from trunk...
2022-12-07  danReduce the overhead of SQLITE_ENABLE_STMT_SCANSTATUS...
2022-12-07  drhFix harmless compiler warning in the dynamic continuati...
2022-12-07  larrybrOmit CLI use of pragma_table_xinfo when it is not defin...
2022-12-07  danHave sqlite3_stmt_scanstatus() report cycle, loop and...
2022-12-07  drhStreamline and improve testing of the locking in the...
2022-12-07  stephanWork on an alternate (slightly simpler) approach to...
2022-12-07  stephanAdd addOnDispose() method to Jaccwabyt and code-adjacen...
2022-12-07  drhFix a (harmless) off-by-one error in code generation...
2022-12-06  larrybrEnhance CLI .sha3sum to warn of text fields that are...
2022-12-06  larrybrMerge from trunk prepratory to branch end. sha3sum_text_validation
2022-12-06  larrybrAvoid several -Wall warnings in textfixture build.
2022-12-06  larrybrFor CLI .sha3sum, emit warning to stderr for any invali...
2022-12-06  danHave sqlite3_stmt_scanstatus_v2() return an NCYCLE...
2022-12-06  larrybrClear a few more -Wall warnings and simplify dynaprompt...
2022-12-06  drhSimplified experimental changes to promote the use...
2022-12-06  drhFix compiler warnings in the new dynamic continuation...
2022-12-06  drhIn the unix backend, when implementing the defenses...
2022-12-06  danSupport an SQLITE_SCANSTAT_NCYCLE statistic for "CO...
2022-12-06  stephanJS vtables: add infrastructure related to accessing...
2022-12-06  stephanRemove deprecated symbol sqlite3.opfs.OpfsDb, which...
2022-12-06  stephanRename wasm.cstringToJs() to wasm.cstrToJs() for consis...
2022-12-06  stephanAdd wasm.cArgvToJs() to support sqlite3_module::xConnect().
2022-12-06  stephanMinor internal JS code/docs cleanups.
2022-12-06  stephanMerge trunk into wasm-vtab branch.
2022-12-06  stephanMinor test tweaks.
2022-12-06  stephanAdd a demonstration sqlite3_vtab/module implemented...
2022-12-06  larrybrAdd optional feature: A CLI continuation prompt which...
2022-12-06  larrybrAdd optional feature: A CLI continuation prompt which... dynamic_prompt
2022-12-05  danEnhance the sqlite3_stmt_scanstatus() API and add sqlit...
2022-12-05  danUpdate comments in sqlite.h.in to account for sqlite3_s... scanstatus_v2
2022-12-05  danMerge latest trunk changes.
2022-12-05  danAdd loops and rows counters to "USE TEMP B-TREE FOR...
2022-12-05  stephanRemove two features of jaccwabyt which were fundamental...
2022-12-05  stephanJaccwabyt (JS) doc updates.
2022-12-05  danAdd test case that should have been part of previous...
2022-12-05  stephanExpose sqlite3_get/set_auxdata() to wasm. Minor test...
next