File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2025-08-03 Daniël van Eeden, DBI/DBD community (4.054)
2
+ * Fix build issue with MariaDB related to mysql_real_escape_string_quote()
3
+
1
4
2025-01-06 Daniël van Eeden, DBI/DBD community (4.053)
2
5
* Use safer quoting for placeholders
3
6
* CI: v4 mac update
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.053 ' ;
6
+ our $VERSION = ' 4.054 ' ;
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.053 ' ;
18
+ our $VERSION = ' 4.054 ' ;
19
19
20
20
bootstrap DBD::mysql $VERSION ;
21
21
You can’t perform that action at this time.
0 commit comments