Skip to content

Commit 0325e99

Browse files
committed
DBD::mysql v4.053
1 parent b285963 commit 0325e99

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-01-06 Daniël van Eeden, DBI/DBD community (4.053)
2+
* Use safer quoting for placeholders
3+
* CI: v4 mac update
4+
* Update v4 CI config
5+
16
2023-12-01 Daniël van Eeden, DBI/DBD community (4.052)
27
* Check if handle is active when calling prepare
38
* Work around MariaDB bug with zerofill field

lib/Bundle/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '4.052';
6+
our $VERSION = '4.053';
77

88
1;
99

lib/DBD/mysql.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ our @ISA = qw(DynaLoader);
1515
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1616
# for version 5.x please switch to 5.00(_00) version numbering
1717
# keep $VERSION in Bundle/DBD/mysql.pm in sync
18-
our $VERSION = '4.052';
18+
our $VERSION = '4.053';
1919

2020
bootstrap DBD::mysql $VERSION;
2121

0 commit comments

Comments
 (0)