Skip to content

0.2.0 - Add helpers for using alternate operator types

Latest

Choose a tag to compare

@gwynne gwynne released this 03 Jul 22:50
80b0af7

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