This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
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
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.