Skip to content

v2.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 07:01
8d00e9b

2.2.3 (2026-06-17)

Features

  • connection: add abstract getLastInsertId() method (bb8fd44), closes #167

Bug Fixes

  • bug fixes for TEXT mapping, MSSQL varbinary, and select aliases (6a54822)
  • ci: include all commit types in release-please changelog (3c93ad1)
  • ci: use vendor/bin/phpunit instead of global phpunit (d1c0220)
  • mssql: bind varbinary columns with correct binary type on insert (ebd4929), closes #170
  • mysql: DataType::TEXT maps to TEXT instead of TINYTEXT (f46d066), closes #171
  • query: select() with string column aliases throws TypeError (8e0b14c), closes #173
  • resolve MySQL TEXT mapping, MSSQL varbinary insert, and select alias TypeError (055b00b)
  • test: fix flaky MSSQL transaction test timestamp comparison (a156977)

Miscellaneous Chores