]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-12-12  drhIf a subquery has a result column of the form "CAST... cast-to-numeric
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  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  stephanInitial support for virtual tables implemented in JavaS...
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  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  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...
2022-12-05  danFix a problem in the memdb vfs xLock() function allowin...
2022-12-05  stephanExport collation-related APIs and strncmp()/strnicmp...
2022-12-05  stephanExport sqlite3_vtab_collation() to wasm. Rename 'flexib...
2022-12-05  stephanRemove SQLITE_EXPERIMENTAL tag from sqlite3_vtab_collat...
2022-12-05  stephanRename 'static-string' argument adapter to 'string...
2022-12-05  stephanExport sqlite3_bind/value/result_pointer() to wasm...
2022-12-05  drhRemove obsolete "experimental" comments on the virtual...
2022-12-05  stephanMore work on the JS side of the virtual table APIs.
2022-12-05  stephanRemove some dead code. Improve some error checks and...
2022-12-05  stephanInitial infrastructure for adding virtual table/table...
2022-12-05  drhImproved query planner cost estimates. Fix for ticket...
2022-12-05  drhUse the smaller estimated row size for searching IPK... qp-tuning
2022-12-04  larrybrFix safe mode authorizer callback to reject disallowed...
2022-12-04  stephanExport sqlite3_result_zeroblob/zeroblob64() to wasm.
2022-12-03  danEnhance SQLITE_SCANSTAT_NCYCLE so that it reports on...
2022-12-03  drhIncrease the nominal row size for IPK index lookups...
2022-12-03  drhAdd TOTAL rows to the output generated by tool/vdbe_pro...
2022-12-03  danAdd CYCLES scanstat measurement to "USE TEMP B-TREE...
2022-12-03  drhAdd a test case to show that ticket [e8b674241947eb3b...
2022-12-03  drhFurther improvements to the estimated cost of sorting...
2022-12-03  larrybrCause CLI .sha3sum to warn of text fields that do not...
2022-12-03  stephanCorrect a memory leak in tester1.js.
2022-12-03  stephansqlite3.wasm.allocFromTypedArray() now optionally accep...
2022-12-03  stephanRename wasm.xWrap.resultAdapter() X:free entries to...
2022-12-03  stephanDoc typo fix for SQLITE_MAX_ALLOCATION_SIZE in malloc...
2022-12-03  stephanMove kvvfs xRead()/xWrite() buffer from function-local...
2022-12-03  stephanJavaScript: add sqlite3.wasm.realloc(), sqlite3.capi...
2022-12-03  stephanwasm build: rename the path to the wasm docs checkout...
next