]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-06-22  drhAllow more line with on the debugging output for SrcIte...
2022-06-22  drhAdditional enhancements to comments. No changes to...
2022-06-22  larrybrGive dbtotxt an option to prepend .open --hexdb
2022-06-22  drhFix a typo in a comment. No changes to code.
2022-06-21  drhDisable the short-cut query planner if the NOT INDEXED...
2022-06-21  drhAllow a HAVING clause on any aggregate query, even...
2022-06-20  drhAdd an ALWAYS() macro to an always-true branch.
2022-06-20  drhDo not allow FROM-clause terms on the left side of...
2022-06-20  drhDo not allow an ON clause to references tables to its...
2022-06-20  drhThe fix at [cab9b4cccd13bf0a] was incomplete, as demons...
2022-06-19  drhFollow-up to check-in [0057bbb508e7662b] - ensure that...
2022-06-18  drhEnable query invariant checking in fuzzcheck by default...
2022-06-18  drhAbandon a query-invariant check in fuzzcheck if the...
2022-06-18  drhIn the --query-invariants option of fuzzcheck, correctl...
2022-06-17  drhFix the OP_Concat operator such that when concatenating...
2022-06-17  drhOmit the --query-invariants processing in fuzzcheck...
2022-06-17  drhDo not run --query-invariants on statements that make...
2022-06-17  drhVarious fixes and improvements to the --query-invariant...
2022-06-17  drhAllow integers and floating point numbers to compare... query-invariants
2022-06-17  drhImprove query-invariants to the point that it would...
2022-06-17  drhOnly run query-invariant checks after the original...
2022-06-17  drhFix the virtual table detection mechanism to avoid...
2022-06-17  drhFix the new --query-invariants option on fuzzcheck...
2022-06-17  danAvoid omitting the rhs of FULL JOINs in cases where...
2022-06-16  drhMinor fix to the query invariant testing logic of fuzzc...
2022-06-15  drhImprovements to query invariants in fuzzcheck.
2022-06-15  drhImprovements to query invariant checking in fuzzcheck.
2022-06-15  drhWhen running an incremental vacuum, detect growth in...
2022-06-15  drhAdd the --query-invariants option to fuzzcheck. No...
2022-06-15  drhDbsqlfuzz discovered a case where a bytecode branch...
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  drhFix the OP_NullRow opcode so that it works even if...
2022-06-14  danAdd missing SQLITE_FCNTL_SIZE_HINT call to a path taken...
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().
next