Skip to content

Releases: amphp/postgres

0.1.2

28 Jul 05:01
0c3b706
Compare
Choose a tag to compare
  • Multiple operations may be initiated on the same Connection object without errors. Operations are resolved in the order started.
  • The same SQL query may now be prepared multiple times on the same connection. Once prepared, subsequent prepares of the same statement use a single prepared statement on the server. Statements are automatically deallocated once no references remain to the Statement object.
  • Fixed deallocating statements after destruction of PgSqlStatement objects.
  • Fixed issue when preparing different statements where the first 63 characters were identical (#1).

0.1.1

22 Jun 15:32
8e37f2a
Compare
Choose a tag to compare
  • Fixed an issue where some notifications would not be received when using ext-pgsql.

0.1.0

21 Jun 04:19
24fe594
Compare
Choose a tag to compare

Initial release.