Releases: perl5-dbi/DBD-mysql
Releases · perl5-dbi/DBD-mysql
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
v5.008
v5.007
v5.006
v5.005
What's Changed
- Cleanup deprecated functionality by @dveeden in #416
- Replace mysql_stmt_bind_param() with mysql_stmt_bind_named_param() by @dveeden in #417
- CI: Test against MySQL 8.3 by @dveeden in #418
- Rewrite yum name to dnf by @michal-josef-spacek in #420
- docs: Update package names and MariaDB related things by @dveeden in #422
New Contributors
- @michal-josef-spacek made their first contribution in #420
Full Changelog: 5_004...5_005
v5.004
v5.003
What's Changed
- Update MANIFEST by @dveeden in #374
- Only use MYSQL_OPT_COMPRESSION_ALGORITHMS on >=8.0.18 by @dveeden in #377
- 99compression.t: Only test on 8.x by @dveeden in #380
- Replace
mysql_ssl_set()
withmysql_options()
by @dveeden in #373 - Try out issue template for GitHub by @dveeden in #381
- Add issue template for features by @dveeden in #382
- Enable auto reconnect for ER_CLIENT_INTERACTION_TIMEOUT by @dveeden in #383
- More cleanups of unneeded ifdefs by @dveeden in #385
- Add Dockerfile by @dveeden in #390
- Set name for CI workflow by @dveeden in #391
- Add missing testsocket option to the docs by @dveeden in #393
- Check if handle is active when calling prepare by @dveeden in #388
- Update docs by @dveeden in #394
- Update bug report address by @dveeden in #397
- Call mysql_library_init() and mysql_library_end() by @dveeden in #396
- CI: Add job for macOS by @dveeden in #399
- Update install docs for macOS by @dveeden in #402
- Docs: Update macOS docs by @dveeden in #404
- Fix for issue 251. Also fixed case of "e" by @CaptTofu in #273
- Add ifdef for ER_CLIENT_INTERACTION_TIMEOUT by @dveeden in #406
Full Changelog: 5_002...5_003
v4.052
v5.002
What's Changed
- Update version test for v5.x by @dveeden in #364
- Update readme by @dveeden in #365
- add DBD::mysql::client_version() to have the client version without DB connections by @gfx in #343
- Makefile: Clearly report that MySQL 8.x is needed and do some cleanup by @dveeden in #366
- tests: Remove have_transactions usage from 50commit.t by @dveeden in #368
- Correct handling of mysql_enable_utf8mb4 by @dveeden in #363
- Add support for compression algorighm selection by @dveeden in #372
New Contributors
Full Changelog: 5_001...5_002