Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously if you used local variables or parens in Rust to override the default order of operations, we would completely lose that information in the generated SQL. This would at best result in an unexpected value, but at worse would cause a query like `now + 2.minutes() * (some_int + 1)` to result in a runtime error complaining that there's no operator for `interval + integer` I intend to backport this to 1.4 Fixes diesel-rs#2017
- Loading branch information