Skip to content

2.13.3 - Override SQLDataType.blob to BYTEA for SQLKit users

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 02 May 08:53
· 1 commit to main since this release
ad8ae1e

What's Changed

Override SQLDataType.blob to BYTEA for SQLKit users by @gwynne in #264

Fluent already does this for users of FluentPostgresDriver, this just adds the same behavior to the equivalent data type at the SQLKit layer.

This patch was released by @gwynne

Full Changelog: 2.13.2...2.13.3