Skip to content

Commit a19f4b8

Browse files
committed
Version 5.011
1 parent dfdabf3 commit a19f4b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
2024-11-11 Daniël van Eeden, DBI/DBD community (5.010)
27
* doc: reorder mentioned sth attributes
38
* doc: POD for ParamValues sth attribute

lib/DBD/mysql.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '5.010';
16+
our $VERSION = '5.011';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)