File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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+
1132024-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
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ t/99compression.t
7878t/99_bug_server_prepare_blob_null.t
7979t/gh352.t
8080t/gh360.t
81+ t/gh447-paramvalues.t
8182t/lib.pl
8283t/manifest.t
8384t/pod.t
Original file line number Diff line number Diff 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
1818bootstrap DBD::mysql $VERSION ;
1919
You can’t perform that action at this time.
0 commit comments