Skip to content

3.33.0 - Add the missing `SQLDatabase.alter(table: any SQLExpression)` method

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 13 Apr 12:16
· 1 commit to main since this release
baf0d86

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 accept any SQLExpression parameters, except for SQLAlterTableQueryBuilder. The missing SQLDatabase.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