]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-06-06  drhMore precise determination of when a WHERE/ON clause... outer-join-tests
2022-06-06  danExtra test cases for outer joins.
2022-06-06  drhDo not allow a WHERE clause constraint to be used to...
2022-06-06  larrybrIn CLI, drop .dbinfo command when build options prevent...
2022-06-06  larrybrSync w/trunk, pickup fts3corrupt6.test change. dbinfo-guard
2022-06-06  stephanfiddle: replaced the huge file selection widget with...
2022-06-06  danFix a test case in fts3corrupt6.test. Was failing due...
2022-06-06  stephanshell: in WASM mode, permit ATTACH because the filesyst...
2022-06-05  larrybrIn CLI, drop .dbinfo command when build options prevent...
2022-06-05  larrybrCreate new branch named "dbinfo-guard"
2022-06-03  danFix to test case in fts3corrupt.test. No changes to...
2022-06-03  danFix a 1-byte overread in fts3 that could occur when...
2022-06-02  danFix a problem with flattening and window functions...
2022-06-02  mistachkinAvoid a direct use of abort() in debug builds to preven...
2022-06-01  drhNew test cases for row values and RIGHT JOIN.
2022-06-01  drhEnsure that subqueries associated with row-values are...
2022-06-01  stephanfiddle: added another UI element to the list of those...
2022-06-01  drhEnsure that all necessary row-value subqueries are... row-value-right-join
2022-06-01  stephanMinor tweaks to, and consolidation of, the wasm-related...
2022-06-01  danFix a minor problem in the Tcl "incrblob" command....
2022-06-01  drhCandidate fix for the problem with row-value WHERE...
2022-06-01  drhOnly include the code for sqlite_offset() if compiled...
2022-06-01  drhFix a typo in a comment in a test case. No changes...
2022-06-01  drhAdditional enhancements to the test cases.
2022-06-01  drhFix test cases in the previous check-in to make them...
2022-06-01  drhTest case for [forum:/forumpost/087de2d9ec|forum post...
2022-06-01  stephanThe Worker-specific variants of the most significant...
2022-06-01  drhMove the sqlite_offset() function implementation to...
2022-06-01  stephanInitial proof of concept code for a JavaScript binding...
2022-06-01  stephanInitial bits for a JS API variant in which the client...
2022-05-31  drhNew FULL JOIN test cases. No changes to code.
2022-05-31  drhMore JOIN test cases inspired by the problem fixed...
2022-05-31  drhFix an assert that is incorrect for a corrupt database.
2022-05-31  drhMany new PG-confirmed test cases in joinD.test.
2022-05-31  drhRestore an ON-clause test case (removed by [3869fd9a2b9...
2022-05-31  drhAdd back in a test case for ON-clauses that was removed... right-join-bug-20220531
2022-05-31  drhAdd test cases for
2022-05-31  stephanUpdated the wasm builds to generate gzip'ed copies...
2022-05-30  drhFor an outer join, then ON-clause constraints need...
2022-05-28  drhApply the UPDATE-FROM file from check-in [98b3816bbaf53...
2022-05-28  stephanfiddle: changed the internal key of the session/local...
2022-05-28  stephanfiddle: corrected a piece of far-corner-case error...
2022-05-27  drhMark an always-true conditional as ALWAYS().
2022-05-27  drhMinor simplification to ALTER TABLE logic.
2022-05-27  stephanCorrected a broken HTML comment (was using a C-style...
2022-05-27  danFix another problem with ALTER TABLE and UPDATE...FROM...
2022-05-27  danFix further issues with ALTER TABLE and triggers that...
2022-05-27  drhOmit an unnecessary branch.
2022-05-27  stephanfiddle: added an option to completely wipe/reset the...
2022-05-26  danFix issues with ALTER TABLE and triggers containing...
2022-05-26  drhCorrect handling of outer joins in the FROM clause...
2022-05-26  drhClarification of the meaning of the N parameter in...
2022-05-26  stephanFixed a minor cut/paste mistake in the previous checkin...
2022-05-26  stephanMakefile.in: added explanations, intended for maintaine...
2022-05-25  drhSlight increase in the accuracy of log10().
2022-05-25  drhDo not allow the right operand of a RIGHT JOIN to be...
2022-05-25  drhAdd in a VdbeCoverage() macro accidentally omitted...
2022-05-25  drhFix the UPDATE-FROM logic so that it works the same...
2022-05-25  stephanGot the sqlite3-api JS bits wrapped up in deferred...
2022-05-25  stephanRenamed EXPORTED_FUNCTIONS.sqlite3 to EXPORTED_FUNCTION...
2022-05-25  stephanAdd the ability to import/export db files into/from...
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-25  drhAn attempt to get UPDATE FROM working when the FROM... update-from-right-join
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
next