Skip to content

Commit

Permalink
DBD::mysql v4.053
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jan 6, 2025
1 parent b285963 commit 0325e99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2025-01-06 Daniël van Eeden, DBI/DBD community (4.053)
* Use safer quoting for placeholders
* CI: v4 mac update
* Update v4 CI config

2023-12-01 Daniël van Eeden, DBI/DBD community (4.052)
* Check if handle is active when calling prepare
* Work around MariaDB bug with zerofill field
Expand Down
2 changes: 1 addition & 1 deletion lib/Bundle/DBD/mysql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Bundle::DBD::mysql;
use strict;
use warnings;

our $VERSION = '4.052';
our $VERSION = '4.053';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/DBD/mysql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ our @ISA = qw(DynaLoader);
# SQL_DRIVER_VER is formatted as dd.dd.dddd
# for version 5.x please switch to 5.00(_00) version numbering
# keep $VERSION in Bundle/DBD/mysql.pm in sync
our $VERSION = '4.052';
our $VERSION = '4.053';

bootstrap DBD::mysql $VERSION;

Expand Down

0 comments on commit 0325e99

Please sign in to comment.