2.0.0 Beta 2
Pre-release
Pre-release
- Compatibility with
Result::fetchRow()added inamphp/[email protected] - Added support for
BackedEnuminstances in statement parameters - Removed
PostgresConnectorsince the interface was replaced by template types onSqlConnector, i.e.SqlConnector<PostgresConfig, PostgresConnection> - Fixed
MONEYtype columns from being cast to a float withext-pgsql, which always resulted in a value of 0.MONEYcolumns 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