]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-06-01  drhEnsure that all necessary row-value subqueries are... row-value-right-join
2022-06-01  drhCandidate fix for the problem with row-value WHERE...
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  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
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.
next