We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdabf3 commit a19f4b8Copy full SHA for a19f4b8
Changes
@@ -1,3 +1,8 @@
1
+2025-01-06 Daniël van Eeden, DBI/DBD community (5.011)
2
+* CI: Update for MySQL 9.1
3
+* Use safer quoting for placeholders
4
+* Use ANSI path names on Windows
5
+
6
2024-11-11 Daniël van Eeden, DBI/DBD community (5.010)
7
* doc: reorder mentioned sth attributes
8
* doc: POD for ParamValues sth attribute
lib/DBD/mysql.pm
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
# for version 5.x please switch to 5.00(_00) version numbering
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
-our $VERSION = '5.010';
+our $VERSION = '5.011';
17
18
bootstrap DBD::mysql $VERSION;
19
0 commit comments