Releases: perl5-dbi/DBD-mysql
Releases · perl5-dbi/DBD-mysql
v5.013
What's Changed
- CI: Add testing against MariaDB server by @dveeden in #471
- CI: Test with MySQL 9.3 by @dveeden in #473
- CI: test against TiDB by @dveeden in #474
- Add support for JSON column in column_info() by @michal-josef-spacek in #472
- Add security policy by @dveeden in #478
Full Changelog: 5_012...5_013
v4.054
v5.012
What's Changed
- CI: Update to MySQL 9.2, replace Ubuntu 20.04 by @dveeden in #466
- Add tests for UTF8 characters in table definition and errors by @michal-josef-spacek in #467
- Correct SQL_DRIVER_NAME by @dveeden in #469
- Fix tests failing on MariaDB by @dveeden in #470
Full Changelog: 5_011...5_012
v5.011
v4.053
v5.010
What's Changed
- correct keyword name MEDIUMBLOB by @myrrhlin in #446
- Tidy build error on Debian bookworm by @davel in #448
- Make
statistics_info
use catalog arg by @mohawk2 in #444 - Make ParamValues follow expectations by @dveeden in #449
- issue #447 tests for $sth->{ParamValues} attribute by @myrrhlin in #450
New Contributors
Full Changelog: 5_009...5_010
v5.009
What's Changed
- Fix typo in Changes by @esabol in #438
- Update Dockerfile by @dveeden in #442
- fix(column_info): use show columns to describe by @johnjelinek in #440
- Implement statistics_info unique_only by @mohawk2 in #302
- fix some queries with columns beginning with
limit
would fail by @kebhr in #349 - Cleanup obsolete mysql_errmsg and mysql_stats by @dveeden in #443
New Contributors
- @esabol made their first contribution in #438
- @johnjelinek made their first contribution in #440
- @mohawk2 made their first contribution in #302
- @kebhr made their first contribution in #349
Full Changelog: 5_008...5_009