Skip to content

Releases: vapor-community/postgresql-driver

PostgreSQL Driver 1.1.1

16 Jan 17:13
3ccce14
Compare
Choose a tag to compare

Changes:

  • The package now explicitly depends on vapor-community/postgresql to support successful builds in the future, no matter how Vapor repos are renamed.

PostgreSQLDriver 2.1

28 Sep 08:38
Compare
Choose a tag to compare

New:

  • Swift 4 support.

PostgreSQL Driver for Fluent 2.0.1

10 Jun 12:45
Compare
Choose a tag to compare

Fixes:

  • .subset filters no longer produce invalid SQL for empty arrays

PostgreSQL Driver 2.0.0

17 May 22:31
Compare
Choose a tag to compare

Changes:

  • Compatible with Fluent 2.0!

PostgreSQL Driver 2.0.0 Beta 2

17 May 12:23
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Insert operations with existing ID

PostgreSQL Driver 2.0.0-beta.1

15 May 10:43
Compare
Choose a tag to compare
Pre-release

New:

  • the driver has been updated for Fluent 2.0!

PostgreSQL Driver 1.1.0

24 Feb 15:11
Compare
Choose a tag to compare

New:

  • String Id Support

PostgreSQL Driver 1.0.5

02 Feb 11:37
Compare
Choose a tag to compare

Fixed:

  • Removes implicitly unwrapped optional and adds tests.

PostgreSQL Driver 1.0.4

04 Nov 15:19
Compare
Choose a tag to compare

Fixed:

  • Import Fluent 1.x

PostgreSQL Driver 1.0.3

26 Oct 16:47
Compare
Choose a tag to compare
  • Added CASCADE to drop table, making sure a table is dropped even with dependencies.
  • Fixed comparing fields to Node.null