Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Don't wrap set operations in brackets in SQLite
SQLite doesn't support set operations with brackets. Luckily there already exists this flag to disable adding brackets to set operations - enable for `SQLLiteQueryBuilder`.
- Loading branch information