Skip to content

2.0.0 Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 18 Dec 23:17
v2.0.0-beta.2
70599b5
  • Compatibility with Result::fetchRow() added in amphp/[email protected]
  • Added support for BackedEnum instances in statement parameters
  • Removed PostgresConnector since the interface was replaced by template types on SqlConnector, i.e. SqlConnector<PostgresConfig, PostgresConnection>
  • Fixed MONEY type columns from being cast to a float with ext-pgsql, which always resulted in a value of 0. MONEY columns will now be returned as a string, matching ext-pq
  • Requesting the next result set before consuming the entire current result set will now throw an Error