2022-06-22 |
drh | Allow more line with on the debugging output for SrcIte... |
commit | commitdiff | tree |
2022-06-22 |
drh | Additional enhancements to comments. No changes to... |
commit | commitdiff | tree |
2022-06-22 |
larrybr | Give dbtotxt an option to prepend .open --hexdb |
commit | commitdiff | tree |
2022-06-22 |
drh | Fix a typo in a comment. No changes to code. |
commit | commitdiff | tree |
2022-06-21 |
drh | Disable the short-cut query planner if the NOT INDEXED... |
commit | commitdiff | tree |
2022-06-21 |
drh | Allow a HAVING clause on any aggregate query, even... |
commit | commitdiff | tree |
2022-06-20 |
drh | Add an ALWAYS() macro to an always-true branch. |
commit | commitdiff | tree |
2022-06-20 |
drh | Do not allow FROM-clause terms on the left side of... |
commit | commitdiff | tree |
2022-06-20 |
drh | Do not allow an ON clause to references tables to its... |
commit | commitdiff | tree |
2022-06-20 |
drh | The fix at [cab9b4cccd13bf0a] was incomplete, as demons... |
commit | commitdiff | tree |
2022-06-19 |
drh | Follow-up to check-in [0057bbb508e7662b] - ensure that... |
commit | commitdiff | tree |
2022-06-18 |
drh | Enable query invariant checking in fuzzcheck by default... |
commit | commitdiff | tree |
2022-06-18 |
drh | Abandon a query-invariant check in fuzzcheck if the... |
commit | commitdiff | tree |
2022-06-18 |
drh | In the --query-invariants option of fuzzcheck, correctl... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the OP_Concat operator such that when concatenating... |
commit | commitdiff | tree |
2022-06-17 |
drh | Omit the --query-invariants processing in fuzzcheck... |
commit | commitdiff | tree |
2022-06-17 |
drh | Do not run --query-invariants on statements that make... |
commit | commitdiff | tree |
2022-06-17 |
drh | Various fixes and improvements to the --query-invariant... |
commit | commitdiff | tree |
2022-06-17 |
drh | Allow integers and floating point numbers to compare... query-invariants |
commit | commitdiff | tree |
2022-06-17 |
drh | Improve query-invariants to the point that it would... |
commit | commitdiff | tree |
2022-06-17 |
drh | Only run query-invariant checks after the original... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the virtual table detection mechanism to avoid... |
commit | commitdiff | tree |
2022-06-17 |
drh | Fix the new --query-invariants option on fuzzcheck... |
commit | commitdiff | tree |
2022-06-17 |
dan | Avoid omitting the rhs of FULL JOINs in cases where... |
commit | commitdiff | tree |
2022-06-16 |
drh | Minor fix to the query invariant testing logic of fuzzc... |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariants in fuzzcheck. |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariant checking in fuzzcheck. |
commit | commitdiff | tree |
2022-06-15 |
drh | When running an incremental vacuum, detect growth in... |
commit | commitdiff | tree |
2022-06-15 |
drh | Add the --query-invariants option to fuzzcheck. No... |
commit | commitdiff | tree |
2022-06-15 |
drh | Dbsqlfuzz discovered a case where a bytecode branch... |
commit | commitdiff | tree |
2022-06-15 |
drh | Add the --query-invariants flag to fuzzcheck. The... query-invariant-tests |
commit | commitdiff | tree |
2022-06-15 |
drh | Improvements to query invariant testing. Almost workin... |
commit | commitdiff | tree |
2022-06-14 |
drh | Fix the OP_NullRow opcode so that it works even if... |
commit | commitdiff | tree |
2022-06-14 |
dan | Add missing SQLITE_FCNTL_SIZE_HINT call to a path taken... |
commit | commitdiff | tree |
2022-06-14 |
drh | Attempt to enhance fuzzcheck to do some simple invarian... |
commit | commitdiff | tree |
2022-06-13 |
drh | Do not remove the EP_CanBeNull flag from expressions... |
commit | commitdiff | tree |
2022-06-10 |
drh | The same restrictions on the use of WHERE clause terms... |
commit | commitdiff | tree |
2022-06-10 |
stephan | fiddle: minor style tweaks, including using swapped... |
commit | commitdiff | tree |
2022-06-10 |
drh | Do not allow constant propagation between WHERE-clause... |
commit | commitdiff | tree |
2022-06-10 |
drh | Fix a faulty assert() statement identified by |
commit | commitdiff | tree |
2022-06-10 |
stephan | fiddle: modernized the UI based on related code in... |
commit | commitdiff | tree |
2022-06-09 |
drh | Do not allow the subtype of a value to cross a subquery... |
commit | commitdiff | tree |
2022-06-09 |
drh | Prevent subtype values from slipping across a subquery... subtype-subquery |
commit | commitdiff | tree |
2022-06-09 |
drh | The subtype of a value should not propagate across... |
commit | commitdiff | tree |
2022-06-08 |
drh | Move an #ifdef in shell.c to avoid a harmless "unused... |
commit | commitdiff | tree |
2022-06-08 |
dan | Avoid zeroing the value returned by sqlite3_changes... |
commit | commitdiff | tree |
2022-06-08 |
drh | Improved comments on the new query flattener restrictio... |
commit | commitdiff | tree |
2022-06-08 |
drh | Fix the query flattener so that it refuses a flattening... |
commit | commitdiff | tree |
2022-06-08 |
drh | Add restriction (29) to the query flattener - do not... right-join-query-flattener |
commit | commitdiff | tree |
2022-06-08 |
drh | New test cases refute check-in [3f45007d544e5f78]. |
commit | commitdiff | tree |
2022-06-08 |
drh | Do not allow a partial index scan on the left table... |
commit | commitdiff | tree |
2022-06-08 |
drh | Minor fix to test/index9.test so that it can be invoked... |
commit | commitdiff | tree |
2022-06-08 |
drh | Update the routine that determines whether or not a... |
commit | commitdiff | tree |
2022-06-07 |
drh | Fix the query flattener to deal with a RIGHT JOIN corne... |
commit | commitdiff | tree |
2022-06-07 |
drh | Test cases for [forum:/forumpost/323f86cc30|forum post... |
commit | commitdiff | tree |
2022-06-07 |
drh | Preserve the database encoding on the CAST operator... |
commit | commitdiff | tree |
2022-06-06 |
drh | More precise determination of when a WHERE clause can... |
commit | commitdiff | tree |
2022-06-06 |
drh | More precise determination of when a WHERE/ON clause... outer-join-tests |
commit | commitdiff | tree |
2022-06-06 |
dan | Extra test cases for outer joins. |
commit | commitdiff | tree |
2022-06-06 |
drh | Do not allow a WHERE clause constraint to be used to... |
commit | commitdiff | tree |
2022-06-06 |
larrybr | In CLI, drop .dbinfo command when build options prevent... |
commit | commitdiff | tree |
2022-06-06 |
larrybr | Sync w/trunk, pickup fts3corrupt6.test change. dbinfo-guard |
commit | commitdiff | tree |
2022-06-06 |
stephan | fiddle: replaced the huge file selection widget with... |
commit | commitdiff | tree |
2022-06-06 |
dan | Fix a test case in fts3corrupt6.test. Was failing due... |
commit | commitdiff | tree |
2022-06-06 |
stephan | shell: in WASM mode, permit ATTACH because the filesyst... |
commit | commitdiff | tree |
2022-06-05 |
larrybr | In CLI, drop .dbinfo command when build options prevent... |
commit | commitdiff | tree |
2022-06-05 |
larrybr | Create new branch named "dbinfo-guard" |
commit | commitdiff | tree |
2022-06-03 |
dan | Fix to test case in fts3corrupt.test. No changes to... |
commit | commitdiff | tree |
2022-06-03 |
dan | Fix a 1-byte overread in fts3 that could occur when... |
commit | commitdiff | tree |
2022-06-02 |
dan | Fix a problem with flattening and window functions... |
commit | commitdiff | tree |
2022-06-02 |
mistachkin | Avoid a direct use of abort() in debug builds to preven... |
commit | commitdiff | tree |
2022-06-01 |
drh | New test cases for row values and RIGHT JOIN. |
commit | commitdiff | tree |
2022-06-01 |
drh | Ensure that subqueries associated with row-values are... |
commit | commitdiff | tree |
2022-06-01 |
stephan | fiddle: added another UI element to the list of those... |
commit | commitdiff | tree |
2022-06-01 |
drh | Ensure that all necessary row-value subqueries are... row-value-right-join |
commit | commitdiff | tree |
2022-06-01 |
stephan | Minor tweaks to, and consolidation of, the wasm-related... |
commit | commitdiff | tree |
2022-06-01 |
dan | Fix a minor problem in the Tcl "incrblob" command.... |
commit | commitdiff | tree |
2022-06-01 |
drh | Candidate fix for the problem with row-value WHERE... |
commit | commitdiff | tree |
2022-06-01 |
drh | Only include the code for sqlite_offset() if compiled... |
commit | commitdiff | tree |
2022-06-01 |
drh | Fix a typo in a comment in a test case. No changes... |
commit | commitdiff | tree |
2022-06-01 |
drh | Additional enhancements to the test cases. |
commit | commitdiff | tree |
2022-06-01 |
drh | Fix test cases in the previous check-in to make them... |
commit | commitdiff | tree |
2022-06-01 |
drh | Test case for [forum:/forumpost/087de2d9ec|forum post... |
commit | commitdiff | tree |
2022-06-01 |
stephan | The Worker-specific variants of the most significant... |
commit | commitdiff | tree |
2022-06-01 |
drh | Move the sqlite_offset() function implementation to... |
commit | commitdiff | tree |
2022-06-01 |
stephan | Initial proof of concept code for a JavaScript binding... |
commit | commitdiff | tree |
2022-06-01 |
stephan | Initial bits for a JS API variant in which the client... |
commit | commitdiff | tree |
2022-05-31 |
drh | New FULL JOIN test cases. No changes to code. |
commit | commitdiff | tree |
2022-05-31 |
drh | More JOIN test cases inspired by the problem fixed... |
commit | commitdiff | tree |
2022-05-31 |
drh | Fix an assert that is incorrect for a corrupt database. |
commit | commitdiff | tree |
2022-05-31 |
drh | Many new PG-confirmed test cases in joinD.test. |
commit | commitdiff | tree |
2022-05-31 |
drh | Restore an ON-clause test case (removed by [3869fd9a2b9... |
commit | commitdiff | tree |
2022-05-31 |
drh | Add back in a test case for ON-clauses that was removed... right-join-bug-20220531 |
commit | commitdiff | tree |
2022-05-31 |
drh | Add test cases for |
commit | commitdiff | tree |
2022-05-31 |
stephan | Updated the wasm builds to generate gzip'ed copies... |
commit | commitdiff | tree |
2022-05-30 |
drh | For an outer join, then ON-clause constraints need... |
commit | commitdiff | tree |
2022-05-28 |
drh | Apply the UPDATE-FROM file from check-in [98b3816bbaf53... |
commit | commitdiff | tree |
2022-05-28 |
stephan | fiddle: changed the internal key of the session/local... |
commit | commitdiff | tree |
2022-05-28 |
stephan | fiddle: corrected a piece of far-corner-case error... |
commit | commitdiff | tree |
2022-05-27 |
drh | Mark an always-true conditional as ALWAYS(). |
commit | commitdiff | tree |
next |