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+
142025-01-06 Daniël van Eeden, DBI/DBD community (4.053)
25* Use safer quoting for placeholders
36* CI: v4 mac update
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
33use strict;
44use warnings;
55
6- our $VERSION = ' 4.053 ' ;
6+ our $VERSION = ' 4.054 ' ;
77
881;
99
Original file line number Diff line number Diff 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.053 ' ;
18+ our $VERSION = ' 4.054 ' ;
1919
2020bootstrap DBD::mysql $VERSION ;
2121
You can’t perform that action at this time.
0 commit comments