Skip to content

store: Fix check for deterministic error #5332

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

Merged
merged 1 commit into from
Apr 10, 2024
Merged

store: Fix check for deterministic error #5332

merged 1 commit into from
Apr 10, 2024

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Apr 10, 2024

The check for a deterministic error in deployment::state was wrong in that it claimed that it contained a sql::<Integer> but a query using min will return null when there are no rows. The query needs to say sql::<Nullable<Integer>>

The check for a deterministic error in deployment::state was wrong in that
it claimed that it contained a `sql::<Integer>` but a query using `min`
will return null when there are no rows. The query needs to say
`sql::<Nullable<Integer>>`
@lutter lutter merged commit 4dcf3ab into master Apr 10, 2024
@lutter lutter deleted the lutter/err branch April 10, 2024 16:51
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.

2 participants