Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store: Fix check for deterministic error
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>>`
- Loading branch information