Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable feature flag for SupportsCombinationClause for postgres_backend
I found that I couldn't compile queries that contained union and union_all expressions with the `postgres` feature flag turned replaced with `postgres_backend` while switching to `diesel-async`. I believe that this is a simple change to allow use of the `CombineDSL` trait with just the `postgres_backend` feature.
- Loading branch information