As of Swift 6.2, the typechcker can handle there being .expr(), .where(), .orWhere(), .having(), and .orHaving() overloads for SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator, as long as the overload set does not include overloads which accept some SQLExpression as the right-hand expression. Therefore, the safely usable overloads are now included. The package's minimum Swift version requirement has also been raised to 6.2.
What's Changed
- Add utilities for working with SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator in #13
Full Changelog: 0.1.3...0.2.0