Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Releases: vapor-community/postgresql

PostgreSQL 2.0 Beta 2

07 Apr 05:03
Compare
Choose a tag to compare
PostgreSQL 2.0 Beta 2 Pre-release
Pre-release

New:

  • Support for LISTEN and NOTIFY (thanks @johnbona!)
  • Add Error class for better error messaging.
  • Add Context class with isPostgreSQL var.

Changes:

  • Rename connection parameter from host to hostname. This allows for supporting master and read replica in PostgreSQL Driver.
  • Rename connected boolean to isConnected.
  • Rename connection pointer to cConnection.
  • Rename error var to lastError.
  • Move all connection tests into the ConnectionTests file.

PostgreSQL 2.0 Beta 1

05 Apr 17:55
Compare
Choose a tag to compare
PostgreSQL 2.0 Beta 1 Pre-release
Pre-release

Changes:

  • Compatible with CPostgreSQL 2.0 and Node 2.0 betas

0.0.0

02 Dec 20:52
Compare
Choose a tag to compare
0.0.0 Pre-release
Pre-release
conninfo enum

PostgreSQL 1.1

31 Oct 22:44
Compare
Choose a tag to compare
  • Cleanup of pointer handling in binding parameters
  • Proper handling of binary data, parsing from and to .bytes in Node.

PostgreSQL 1.0.2

26 Oct 16:50
Compare
Choose a tag to compare
  • Unknown field types are now returned as a Node.string instead of Node.null, allowing the values to be used as a string.

PostgreSQL 1.0.1

18 Oct 17:04
Compare
Choose a tag to compare

Fixed:

  • Boolean values are now read correctly.

PostgreSQL 1.0

28 Sep 01:40
Compare
Choose a tag to compare
Merge pull request #9 from vapor/1.0

1.0

Swiftenv GM Support, Node 0.6.0 support

12 Sep 20:35
Compare
Choose a tag to compare
Pre-release
Merge pull request #5 from vapor/swiftenv-gm-support

Swiftenv gm support

GM Support

12 Sep 18:25
Compare
Choose a tag to compare
GM Support Pre-release
Pre-release

Supports latest Node build

0.2.1: Merge pull request #2 from codynhat/master

05 Sep 19:18
Compare
Choose a tag to compare
Uses Node instead of PostgreSQL.Value