Skip to content
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
Compare
Choose a tag to compare
@natebird natebird released this 07 Apr 05:03
· 67 commits to master since this 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.