Skip to content

3.0.0 Beta 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 18 Dec 23:37
v3.0.0-beta.4
25a3111
  • Compatibility with Result::fetchRow() added in amphp/[email protected]
  • Added support for BackedEnum instances in statement parameters
  • Added MysqlResult::getParameterDefintions() which returns a list of MysqlColumnDefinition 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 on SqlConnector, i.e. SqlConnector<MysqlConfig, MysqlConnection>
  • Fixed reaching connection limit results in protocol version exception (#123)