|
| 1 | +1.24 2025-05-04 |
| 2 | + - Add a test for large BLOB with parameter |
| 3 | + - Fix Dave Labley's broken e-mail address |
| 4 | + - Stop parsing a column named "limits" as the LIMIT keyword |
| 5 | + (https://github.com/perl5-dbi/DBD-MariaDB/issues/208) |
| 6 | + - Various test fixes (e.g. no dead loop in t/87async.t, remembering the |
| 7 | + value of --testauthplugin for repeated Makefile.PL runs, support for the |
| 8 | + Embedded server, explicit disconnect after testing the connection) |
| 9 | + - Better handling of the Embedded server (e.g. fix mariadb_hostinfo and |
| 10 | + SQL_SERVER_NAME, no support for async queries and |
| 11 | + mariadb_max_allowed_packets, extended documentation of |
| 12 | + mariadb_embedded_options) |
| 13 | + - Add new Makefile.PL option --requireembsup (and a corresponding env variable |
| 14 | + DBD_MARIADB_REQUIREEMBSUP) to ensure the client library's support for the |
| 15 | + Embedded server |
| 16 | + - More support and fixes for new MySQL 8 features (mariadb_auto_reconnect for |
| 17 | + 8.0.24+, SSL options for MySQL 8.3.0+, bind params for 8.3.0+) |
| 18 | + - Documentation of empty versus undefined password |
| 19 | + - Stop calling mariadb_db_reconnect when changing $dbh attributes unless it's |
| 20 | + really needed |
| 21 | + - On MSWin32, non-socket connections do not use WINAPI HANDLE |
| 22 | + - Fix type (MEDIMUMBLOB -> MEDIUMBLOB) |
| 23 | + - Handle new SSL error messages in tests |
| 24 | + (https://github.com/perl5-dbi/DBD-MariaDB/issues/209) |
| 25 | + |
1 | 26 | 1.23 2023-09-10
|
2 | 27 | - Add a missing break
|
3 | 28 | (https://github.com/perl5-dbi/DBD-MariaDB/issues/163)
|
|
0 commit comments