This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
Releases: vapor-community/postgresql
Releases · vapor-community/postgresql
PostgreSQL 2.0 Beta 2
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
tohostname
. This allows for supporting master and read replica in PostgreSQL Driver. - Rename
connected
boolean toisConnected
. - Rename
connection
pointer tocConnection
. - Rename
error
var tolastError
. - Move all connection tests into the ConnectionTests file.
PostgreSQL 2.0 Beta 1
Changes:
- Compatible with CPostgreSQL 2.0 and Node 2.0 betas
0.0.0
PostgreSQL 1.1
- Cleanup of pointer handling in binding parameters
- Proper handling of binary data, parsing from and to
.bytes
inNode
.
PostgreSQL 1.0.2
- Unknown field types are now returned as a
Node.string
instead ofNode.null
, allowing the values to be used as astring
.
PostgreSQL 1.0.1
Fixed:
- Boolean values are now read correctly.
PostgreSQL 1.0
Merge pull request #9 from vapor/1.0 1.0
Swiftenv GM Support, Node 0.6.0 support
Merge pull request #5 from vapor/swiftenv-gm-support Swiftenv gm support
GM Support
Supports latest Node build
0.2.1: Merge pull request #2 from codynhat/master
Uses Node instead of PostgreSQL.Value