Skip to content

Releases: sebastianbergmann/mysqli-wrapper

sebastian/mysqli-wrapper 1.0.3

09 Aug 12:01
1.0.3
2cce66c
Compare
Choose a tag to compare

Fixed

  • AbstractMysqliDatabaseConnection::connect() leaks mysqli_sql_exception when connecting to the database fails

sebastian/mysqli-wrapper 1.0.2

15 Jul 09:19
1.0.2
ae7c7fb
Compare
Choose a tag to compare

Fixed

  • Narrowed return type of ReadingDatabaseConnection::query() to list<array<non-empty-string, float|int|string>>

sebastian/mysqli-wrapper 1.0.1

14 Jul 15:42
1.0.1
436167a
Compare
Choose a tag to compare

Fixed

  • ReadingDatabaseConnection::query() now accepts parameters of type float, integer, and string
  • MysqliReadingDatabaseConnectionTrait::query() now accepts parameters of type float, integer, and string
  • WritingDatabaseConnection::query() now accepts parameters of type float, integer, and string
  • Testing::assertQuery() now accepts parameters of type float, integer, and string

sebastian/mysqli-wrapper 1.0.0

14 Jul 15:39
1.0.0
3705a42
Compare
Choose a tag to compare