Skip to content

Commit 5a669fb

Browse files
committed
Version 5.010
1 parent 3482ae0 commit 5a669fb

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Changes

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2024-11-11 Daniël van Eeden, DBI/DBD community (5.010)
2+
* doc: reorder mentioned sth attributes
3+
* doc: POD for ParamValues sth attribute
4+
* set index offset for when gh#447 is fixed
5+
* tests for $sth->{ParamValues} attrib (gh #447)
6+
* Make ParamValues follow expectations
7+
* it seems catalogs *are* now supported - make statistics_info use them
8+
* Warn that MariaDB's client library does not work
9+
* Carefully compare library version numbers
10+
* Correct email address
11+
* correct keyword name MEDIUMBLOB
12+
113
2024-09-19 Daniël van Eeden, DBI/DBD community (5.009)
214
* Cleanup obsolete mysql_errmsg and mysql_stats
315
* fix some queries with columns beginning with limit would fail

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ t/99compression.t
7878
t/99_bug_server_prepare_blob_null.t
7979
t/gh352.t
8080
t/gh360.t
81+
t/gh447-paramvalues.t
8182
t/lib.pl
8283
t/manifest.t
8384
t/pod.t

lib/DBD/mysql.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
1313
# SQL_DRIVER_VER is formatted as dd.dd.dddd
1414
# for version 5.x please switch to 5.00(_00) version numbering
1515
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16-
our $VERSION = '5.009';
16+
our $VERSION = '5.010';
1717

1818
bootstrap DBD::mysql $VERSION;
1919

0 commit comments

Comments
 (0)