Skip to content

Commit

Permalink
Version 5.010
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 11, 2024
1 parent 3482ae0 commit 5a669fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2024-11-11 Daniël van Eeden, DBI/DBD community (5.010)
* doc: reorder mentioned sth attributes
* doc: POD for ParamValues sth attribute
* set index offset for when gh#447 is fixed
* tests for $sth->{ParamValues} attrib (gh #447)
* Make ParamValues follow expectations
* it seems catalogs *are* now supported - make statistics_info use them
* Warn that MariaDB's client library does not work
* Carefully compare library version numbers
* Correct email address
* correct keyword name MEDIUMBLOB

2024-09-19 Daniël van Eeden, DBI/DBD community (5.009)
* Cleanup obsolete mysql_errmsg and mysql_stats
* fix some queries with columns beginning with limit would fail
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ t/99compression.t
t/99_bug_server_prepare_blob_null.t
t/gh352.t
t/gh360.t
t/gh447-paramvalues.t
t/lib.pl
t/manifest.t
t/pod.t
Expand Down
2 changes: 1 addition & 1 deletion lib/DBD/mysql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 = '5.009';
our $VERSION = '5.010';

bootstrap DBD::mysql $VERSION;

Expand Down

0 comments on commit 5a669fb

Please sign in to comment.