Rand Stats

Protocol::Postgres

cpan:LEONT
Revision history for Protocol-Postgres

0.0.3  2022-02-19T16:18:30+01:00
    - Add support for COPY FROM/TO commands
    - Correctly handle empty queries
    - Rename notification attribute payload to message
    - Only call DESCRIBE once for prepared queries
    - Return tag for non-SELECT queries

0.0.2  2022-02-15T23:18:32+01:00
    - Make Exceptions accessibly from outside the package
    - Add disconnected Promise to Client

0.0.1  2022-02-14T16:57:20+01:00
    - Initial version