Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite describe fixes #2253

Merged
merged 26 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
73943e6
add failing test for nested orderby
tyrelr Nov 26, 2022
a552fd8
log query paths which were abandoned due to invalid state or looping.…
tyrelr Oct 28, 2022
edcf2da
add failing testcase using nested orderby
tyrelr Nov 26, 2022
5b5f277
fix handling of sequence/offset and rewind
tyrelr Nov 26, 2022
3c6eff9
fix handling when sqlite nests records inside of records
tyrelr Nov 19, 2022
b67df7f
add test of temporary table handling
tyrelr Nov 21, 2022
a8204cc
WIP add test failure for temp table access
tyrelr Nov 21, 2022
7cd37ec
fix support for temp tables
tyrelr Nov 21, 2022
3fd6965
add tests for sqlite datetime functions
tyrelr Nov 27, 2022
bd49b5f
add basic date and time function support
tyrelr Nov 28, 2022
2328658
handle gosub opcode correctly
tyrelr Dec 5, 2022
4fc692e
add group by test
tyrelr Dec 7, 2022
d9472eb
fix group by handling
tyrelr Dec 7, 2022
e7c316e
add additional passing group by test
tyrelr Dec 7, 2022
4bb5800
add test case for simple limit query
tyrelr Dec 7, 2022
508e23d
fix IfPos & If touching wrong branches state, fix IfPos using wrong b…
tyrelr Dec 7, 2022
3679797
add test for large offsets
tyrelr Dec 8, 2022
84c81a9
add short-circuit for possible query offset loops
tyrelr Dec 8, 2022
77c13b0
add groupby query that is predicted incorrectly
tyrelr Dec 9, 2022
76f3658
fix handling of integer cast failures
tyrelr Dec 9, 2022
fc4fdf3
add tests for single-row aggregate results
tyrelr Dec 14, 2022
8d914c5
fix handling of null-based branching
tyrelr Dec 14, 2022
ef61dbe
add test for coercion of text by sum
tyrelr Dec 16, 2022
51c5400
fix calculation of sum value coercion
tyrelr Dec 16, 2022
a38b5c4
add failing test for recursive with query
tyrelr Dec 24, 2022
1d7d50a
add logic for delete operation to fix queries grouping by columns fro…
tyrelr Dec 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading