Releases: vapor-community/postgresql-driver
Releases · vapor-community/postgresql-driver
PostgreSQL Driver 1.1.1
PostgreSQLDriver 2.1
New:
- Swift 4 support.
PostgreSQL Driver for Fluent 2.0.1
Fixes:
.subset
filters no longer produce invalid SQL for empty arrays
PostgreSQL Driver 2.0.0
Changes:
- Compatible with Fluent 2.0!
PostgreSQL Driver 2.0.0 Beta 2
Fixed:
- Insert operations with existing ID
PostgreSQL Driver 2.0.0-beta.1
New:
- the driver has been updated for Fluent 2.0!
PostgreSQL Driver 1.1.0
New:
- String Id Support
PostgreSQL Driver 1.0.5
Fixed:
- Removes implicitly unwrapped optional and adds tests.
PostgreSQL Driver 1.0.4
Fixed:
- Import Fluent 1.x
PostgreSQL Driver 1.0.3
- Added
CASCADE
to drop table, making sure a table is dropped even with dependencies. - Fixed comparing fields to
Node.null