]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-05-20  stephanAdd a terminal-style view to the fiddle app, based... fiddle-terminal-view
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...
2022-05-07  larrybrCreate new branch named "import-leak-plug"
2022-05-06  drhPerserve the requested reserved-bytes size for the...
2022-05-06  drhPrevent an infinite loop on SQLITE_ERROR_RETRY when...
2022-05-05  drhBackout check-in [9fb20a21feb8f697] which was incorrect.
2022-05-04  drhImprovements for name resolution for parenthsized joins.
2022-05-04  drhNew test cases for RIGHT and FULL JOIN, focusing on...
2022-05-04  drhCode EP_InnerJoin constraints at the same time that... joinD
2022-05-04  drhMerge ON-clause constraint usage fix from trunk into...
2022-05-04  drhFix ON-clause constraint usage for FULL and RIGHT JOINs.
2022-05-04  drhNew test cases using various join types and Bloom filte...
2022-05-04  larrybrFix CLI use of wrong allocator for free().
2022-05-04  drhIn the query planner, do not let tables commute across...
2022-05-03  larrybrTypos cleared from README.md
2022-05-03  drhMerge Bloom filter bug fix from trunk into the right... right-join
2022-05-03  drhFix a typo in a comment.
2022-05-03  drhFix the Bloom filter pull-down optimization so that...
2022-05-03  drhAdd assert()s to show that jumps always land an an...
2022-05-02  drhOrganize the various flag bits of the ExprList_item...
2022-05-02  drhMerge trunk fixes into the right-join branch.
2022-05-02  drhImproved comments.
2022-05-02  drhName resolution and "*" wildcard expansion for parenthe...
2022-05-02  drhRemove a testcase() macro taht was made obsolete by...
2022-05-02  drhDocument (in comments) that the SQLITE_FlttnUnionAll...
2022-05-02  drhFix a harmless compiler warning in sqlite3TreeViewWinFu...
2022-05-02  drhMerge the latest trunk fixes and enhancements into...
2022-05-02  drhImprovement on check-in [a193749730d6cfba] so that...
2022-05-02  drhBring the comments on sqlite3FindInIndex() into closer...
2022-04-30  drhDefensive code in sqlite3TreeViewWindow() to fix a...
2022-04-30  drhSimplified fix to the problem with subroutine reuse...
2022-04-30  drhPreserve the COLLATE operator on an index on an express...
2022-04-30  drhFurther improvements to codeEqualityTerm() for cases...
next