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

Fix query restore date function detection #1111

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

paustint
Copy link
Contributor

When restoring query, fallback to "Manual Value" if the provided value is not a valid date. This handles date literals with variables since we do not yet support those in the UI.

resolves #1110

When restoring query, fallback to "Manual Value" if the provided value is not a valid date. This handles date literals with variables since we do not yet support those in the UI.

resolves #1110
Ensure that function parameters fields are parsed from WHERE clause to ensure that the query can be restored correctly

resolves #1110
@paustint paustint merged commit 489e904 into main Dec 18, 2024
6 checks passed
@paustint paustint deleted the bug/1110-query-restore-date-literal branch December 18, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date N literal does not restore correctly
1 participant