]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-05-25  stephanFurther minor cleanups and docs in the fiddle app and... fiddle-local-db
2022-05-25  stephanfiddle: refactored so that it no longer exposes any...
2022-05-24  stephanfiddle: added support for exporting (downloading) the...
2022-05-24  stephanfiddle: initial work on loading a client-side db file...
2022-05-24  drhWhen an ON clause on an INNER JOIN references a table...
2022-05-24  stephanMoUse re descriptive var names in ext/fiddle/Makefile.
2022-05-24  stephanfiddle: lots of generic refactoring, restructuring...
2022-05-24  stephanwasm/JS: minor doc updates, corrected bind()ing of...
2022-05-24  stephanwasm/JS: documented DB.selectValue() and corrected...
2022-05-24  stephanwasm/JS: added support for scalar UDFs. Fixed a dealloc...
2022-05-23  stephanwasm: minor refactoring and doc updates.
2022-05-23  stephanfiddle: cleaned up and documented the status-loading...
2022-05-23  stephanwasm: added missing 'use strict' and fixed an undeclare...
2022-05-23  stephanwasm: corrected isSupportedBindType() to behave as...
2022-05-23  drhNew test cases to further demonstrate the difference...
2022-05-23  drhAdd an assert() to clear a harmless static-analyzer...
2022-05-23  drhDo not run the subroutine that materializes a view...
2022-05-23  stephanWASM: removed the in64-related bindings, as MDN says...
2022-05-22  stephanWASM: an arg handling fix for DB.exec({multi:true....
2022-05-22  stephanWASM: added exec(), execMulti(), and several getters...
2022-05-22  stephanImplemented Stmt.get() and friends for WASM OO #1 wrapp...
2022-05-22  stephanWASM: added bindings for sqlite3_compileoption_get...
2022-05-22  stephanWASM OO wrapper #1: prepare() and bind() APIs are in...
2022-05-22  stephanBuild refactoring for the fiddle/wasm bits. Set up...
2022-05-21  stephanMinor fiddle-related build restructuring to support...
2022-05-21  drhDefer materializing a view or subquery until the materi... deferred-materialize
2022-05-21  drhFix a typo in a comment.
2022-05-21  drhUse the newer OP_BeginSubrtn opcode instead of OP_Integ...
2022-05-21  stephanfiddle: refactor into main thread (UI) and worker threa...
2022-05-21  stephanfiddle: add a selection list of example queries.
2022-05-21  stephanIn the shell WASM build, call open_db() early so that...
2022-05-20  stephanAdded the standard sqlite license header to the the...
2022-05-19  stephan#if'd out the '.nonce' and '.check' commends in WASM...
2022-05-19  stephan#if'd out the the '.cd' and '.clone' commands for WASM...
2022-05-19  stephanfiddle: consolidated two duplicate CSS rules. Internal...
2022-05-19  stephanAdded a disclaimer about fiddle's experimental and...
2022-05-19  drhMerge the changes to support the "fiddle" extension.
2022-05-19  stephanWhen building fiddle from its own directory (e.g. from... fiddle
2022-05-19  drhTweaks to the fiddle make target so that it builds...
2022-05-19  stephanAdded a toggle to swap input/output field positions...
2022-05-19  stephanDefault to top/bottom layout with input on the bottom...
2022-05-19  stephanNumerous layout tweaks, the most significant being...
2022-05-19  stephanfiddle make target now accepts fiddle_cflags=... from...
2022-05-19  stephanEnsure that the output area is cleared of any init...
2022-05-19  stephan#if'd out the '.log' command in WASM builds. Cleaned...
2022-05-19  stephanSplit the fiddle JS code into separate pre-/post-init...
2022-05-19  stephanAdded an option to auto-clear the output area before...
2022-05-19  stephanReplaced the toggle for the notes/caveats section of...
2022-05-19  stephan#if'd out the '.import' command in WASM builds. Several...
2022-05-18  stephan#if out the '.load' command in WASM builds. Several...
2022-05-18  stephanIn wasm builds, ifdef out shell commands which require...
2022-05-18  stephanImproved handling/reporting of conditions which trigger...
2022-05-18  stephanCode style fixes: s/char const/const char/.
2022-05-18  stephanThe fiddle input/output areas now stretch and shrink...
2022-05-18  stephanIncreased default size of the fiddle output area, chang...
2022-05-18  stephanInitial version of an sqlfiddle-style application using...
2022-05-17  drhFix harmless compiler warnings in the new unixFullPathn...
2022-05-17  danAvoid treating constant expressions like "? IN ()"...
2022-05-17  drhAdd the sqlite3_db_name() interface.
2022-05-16  danAdd memory barriers to multi-threaded code in test4.c.
2022-05-16  danFix a problem in test file swarmvtab3.test causing...
2022-05-14  drhDo not allow an index scan on an index-on-expression...
2022-05-14  drhImproved debugging comment generation for the OP_Column...
2022-05-14  drhImprovements to the decision of when to check ON constr...
2022-05-13  drhChange an unreachable branch into an assert().
2022-05-13  drhTransitive equality constriants do not work on a RIGHT...
2022-05-13  drhWalk back the optimization from check-in [cc458317bd770...
2022-05-13  drhDefer generating WHERE clause constraints for a RIGHT...
2022-05-13  drhRedefine the acccess rules for the Expr.w union so...
2022-05-13  drhCorrections to the header comment to the new joinE...
2022-05-13  drhNew test cases for outer joins. Case joinE-32 currentl...
2022-05-13  drhImproved names for flags on the Expr object: EP_FromJo...
2022-05-12  drhFix a harmless compiler warning in the CLI.
2022-05-12  drhEnsure that ON clauses are applied to the correct outer...
2022-05-12  drhAdd IS NOT DISTINCT FROM and IS DISTINCT FROM binary...
2022-05-12  drhFix the ".echo" command of the CLI so that it shows...
2022-05-11  larrybrZap stray --help output from intermediate version. echo-sql
2022-05-11  larrybrChange .echo on effect so that SQL is echoed before...
2022-05-11  drhThe unix interface now resolves all symbolic links...
2022-05-11  drhUse osReadlink() in os_unix.c, not readlink() directly. resolve-symlinks
2022-05-11  drhFor the unix VFS, rewrite the xFullPathname method...
2022-05-11  larrybrFix .import leak in CLI and add shell leak testing...
2022-05-11  larrybrSync w/ trunk import-leak-plug
2022-05-10  drhFix a bug in the sqlite3WhereMalloc() routines that...
2022-05-10  larrybrMake tester.tcl work on more Windows Tcl installations...
2022-05-10  drhNew requirement marks.
2022-05-10  drhFix a stale requirement mark.
2022-05-10  drhFix a stale requirement mark.
2022-05-10  drhFix a harmless UBSAN warning.
2022-05-10  larrybrSync w/ trunk
2022-05-10  larrybrFor CLI, add ".echo sql" dot-command.
2022-05-10  larrybrSync w/trunk
2022-05-10  larrybrCause most shell tests to be run under Tcl suite valgri...
2022-05-10  drhSimplified "hidden" and "no-expand" handling in the...
2022-05-09  larrybrCreate new branch named "echo-sql"
2022-05-09  drhMinor STAT4 test case change due to the ANALYZE enhance...
2022-05-09  drhAdd ALWAYS() on two unreachable branches in the * expander.
2022-05-09  drhSimplify a branch in the "*" expansion logic. New...
2022-05-09  larrybrSimplify .import leak plug and arrange for CLI to be...
2022-05-07  larrybrStop a memory leak in .import, and add leak complaint...
next