]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-06-15  drhAdd the --query-invariants flag to fuzzcheck. The... query-invariant-tests
2022-06-15  drhImprovements to query invariant testing. Almost workin...
2022-06-14  drhAttempt to enhance fuzzcheck to do some simple invarian...
2022-06-13  drhDo not remove the EP_CanBeNull flag from expressions...
2022-06-10  drhThe same restrictions on the use of WHERE clause terms...
2022-06-10  stephanfiddle: minor style tweaks, including using swapped...
2022-06-10  drhDo not allow constant propagation between WHERE-clause...
2022-06-10  drhFix a faulty assert() statement identified by
2022-06-10  stephanfiddle: modernized the UI based on related code in...
2022-06-09  drhDo not allow the subtype of a value to cross a subquery...
2022-06-09  drhPrevent subtype values from slipping across a subquery... subtype-subquery
2022-06-09  drhThe subtype of a value should not propagate across...
2022-06-08  drhMove an #ifdef in shell.c to avoid a harmless "unused...
2022-06-08  danAvoid zeroing the value returned by sqlite3_changes...
2022-06-08  drhImproved comments on the new query flattener restrictio...
2022-06-08  drhFix the query flattener so that it refuses a flattening...
2022-06-08  drhAdd restriction (29) to the query flattener - do not... right-join-query-flattener
2022-06-08  drhNew test cases refute check-in [3f45007d544e5f78].
2022-06-08  drhDo not allow a partial index scan on the left table...
2022-06-08  drhMinor fix to test/index9.test so that it can be invoked...
2022-06-08  drhUpdate the routine that determines whether or not a...
2022-06-07  drhFix the query flattener to deal with a RIGHT JOIN corne...
2022-06-07  drhTest cases for [forum:/forumpost/323f86cc30|forum post...
2022-06-07  drhPreserve the database encoding on the CAST operator...
2022-06-06  drhMore precise determination of when a WHERE clause can...
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...
next