File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
2
+ * Fix tests failing on MariaDB
3
+ * Correct SQL_DRIVER_NAME
4
+ * Add tests for UTF8 characters in table definition and errors
5
+ * CI: Update to MySQL 9.2, replace Ubuntu 20.04
6
+
1
7
2025-01-06 Daniël van Eeden, DBI/DBD community (5.011)
2
8
* CI: Update for MySQL 9.1
3
9
* Use safer quoting for placeholders
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
14
# for version 5.x please switch to 5.00(_00) version numbering
15
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
- our $VERSION = ' 5.011 ' ;
16
+ our $VERSION = ' 5.012 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments