3.0.0 Beta 4
Pre-release
Pre-release
- Compatibility with
Result::fetchRow()
added inamphp/[email protected]
- Added support for
BackedEnum
instances in statement parameters - Added
MysqlResult::getParameterDefintions()
which returns a list ofMysqlColumnDefinition
objects with metadata about each result set column. - Requesting the next result set before consuming the entire current result set will now throw an
Error
- The second param of
MysqlStatement::bind()
now requires a string. Binding only makes sense with long strings anyway. - Refactored binary data parsing to improve performance by reducing the number of calls to
substr()
. - Removed
MysqlConnector
since the interface was replaced by template types onSqlConnector
, i.e.SqlConnector<MysqlConfig, MysqlConnection>
- Fixed reaching connection limit results in protocol version exception (#123)