Revision history for Protocol-Postgres
0.0.7 2023-05-19T16:42:42+02:00
- Split TypeMap::Standard into TypeMap::Native and TypeMap::JSON
- Rename TypeMap::Stringy to TypeMap::Minimal
- Split ResultSet::Decoder out of ResultSet::Source
- Move much of execute-prepared into PreparedStatement
0.0.6 2023-05-12T16:57:55+02:00
- Add missing JSON::Fast dependency
0.0.5 2023-05-12T13:55:08+02:00
- Rename TypeMap::Simple to TypeMap::Standard
- Add TypeMap::Stringy
- Add Type::JSON
0.0.4 2023-01-05T14:26:11+01:00
- Work around multidispatcher + conversion type rakudo issue
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