-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 EXPLAIN type inference improvements #1984
Conversation
I think I have all the aggregates described here: https://www.sqlite.org/windowfunctions.html#introduction_to_window_functions I am not using them, so I am not testing those. |
What does it mean by failing to format? I don't see any output in the checks. |
https://github.com/launchbadge/sqlx/runs/7438234746?check_suite_focus=true Just run |
Can someone check and merge this? I have another PR I want to submit later. |
Changes to null inference are potentially a breaking change and so this will need to wait for 0.7.0. |
PR target changed to the 0.7 development branch. |
@rongcuid can you push another commit to trigger another CI run? Amending and force-pushing your last commit to update the SHA should be sufficient. I'm now working on 0.7.0 so this will be merged soon. |
What's going on? How do I make it pass? |
If you rebase on |
* AggValue and ROW_NUMBER() * Some more functions * cargo fmt
* AggValue and ROW_NUMBER() * Some more functions * cargo fmt
* AggValue and ROW_NUMBER() * Some more functions * cargo fmt
Fixes #1983.
ROW_NUMBER
type being nullFeel free to merge if repo maintainer thinks this is a good first step.