You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add utilities for working with SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator (#13)
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.
0 commit comments