You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
main
What's Wrong?
found by fuzz sqlite test
panicked at src/query/sql/src/planner/binder/bind_query/bind_value.rs:653:89:
called `Result::unwrap()` on an `Err` value: BadArguments. Code: 1006, Text = Unable to get field named "18446744073709551614". Valid fields: ["col0"].
How to Reproduce?
VALUES(count(*)OVER());
VALUES(2), (3), (COUNT(*) OVER ()), (4), (5);
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
main
What's Wrong?
found by fuzz sqlite test
How to Reproduce?
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: