2.0.0 Beta 2
Pre-release
Pre-release
- Compatibility with
Result::fetchRow()
added inamphp/[email protected]
- Added support for
BackedEnum
instances in statement parameters - Removed
PostgresConnector
since the interface was replaced by template types onSqlConnector
, i.e.SqlConnector<PostgresConfig, PostgresConnection>
- Fixed
MONEY
type columns from being cast to a float withext-pgsql
, which always resulted in a value of 0.MONEY
columns will now be returned as a string, matchingext-pq
- Requesting the next result set before consuming the entire current result set will now throw an
Error