File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2023-12-01 Daniël van Eeden, DBI/DBD community (4.052)
2
7
* Check if handle is active when calling prepare
3
8
* Work around MariaDB bug with zerofill field
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
3
3
use strict;
4
4
use warnings;
5
5
6
- our $VERSION = ' 4.052 ' ;
6
+ our $VERSION = ' 4.053 ' ;
7
7
8
8
1;
9
9
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ our @ISA = qw(DynaLoader);
15
15
# SQL_DRIVER_VER is formatted as dd.dd.dddd
16
16
# for version 5.x please switch to 5.00(_00) version numbering
17
17
# keep $VERSION in Bundle/DBD/mysql.pm in sync
18
- our $VERSION = ' 4.052 ' ;
18
+ our $VERSION = ' 4.053 ' ;
19
19
20
20
bootstrap DBD::mysql $VERSION ;
21
21
You can’t perform that action at this time.
0 commit comments