Skip to content

Releases: vapor-community/postgresql-driver

PostgreSQL Driver 1.1.1

Choose a tag to compare

@vzsg vzsg released this 16 Jan 17:13
3ccce14

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

Choose a tag to compare

@sroebert sroebert released this 28 Sep 08:38

New:

  • Swift 4 support.

PostgreSQL Driver for Fluent 2.0.1

Choose a tag to compare

@vzsg vzsg released this 10 Jun 12:45

Fixes:

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

PostgreSQL Driver 2.0.0

Choose a tag to compare

@natebird natebird released this 17 May 22:31

Changes:

  • Compatible with Fluent 2.0!

PostgreSQL Driver 2.0.0 Beta 2

Pre-release

Choose a tag to compare

@natebird natebird released this 17 May 12:23

Fixed:

  • Insert operations with existing ID

PostgreSQL Driver 2.0.0-beta.1

Pre-release

Choose a tag to compare

@vzsg vzsg released this 15 May 10:43

New:

  • the driver has been updated for Fluent 2.0!

PostgreSQL Driver 1.1.0

Choose a tag to compare

@loganwright loganwright released this 24 Feb 15:11

New:

  • String Id Support

PostgreSQL Driver 1.0.5

Choose a tag to compare

@tanner0101 tanner0101 released this 02 Feb 11:37

Fixed:

  • Removes implicitly unwrapped optional and adds tests.

PostgreSQL Driver 1.0.4

Choose a tag to compare

@tanner0101 tanner0101 released this 04 Nov 15:19

Fixed:

  • Import Fluent 1.x

PostgreSQL Driver 1.0.3

Choose a tag to compare

@sroebert sroebert released this 26 Oct 16:47
  • Added CASCADE to drop table, making sure a table is dropped even with dependencies.
  • Fixed comparing fields to Node.null