3.33.0 - Add the missing `SQLDatabase.alter(table: any SQLExpression)` method
What's Changed
Add the missing SQLDatabase.alter(table: any SQLExpression)
method by @gwynne in #188
Each of the various query builders have overloads on
SQLDatabase
which acceptany SQLExpression
parameters, except forSQLAlterTableQueryBuilder
. The missingSQLDatabase.alter(table: any SQLExpression)
overload is now provided.Additional changes:
- Fixed several minor issues in the API docs.
- The minimum required Swift version is now 5.10.
Reviewers
Thanks to the reviewers for their help:
This patch was released by @gwynne
Full Changelog: 3.32.0...3.33.0