File tree 3 files changed +14
-1
lines changed
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
+
1
13
2024-09-19 Daniël van Eeden, DBI/DBD community (5.009)
2
14
* Cleanup obsolete mysql_errmsg and mysql_stats
3
15
* 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
78
78
t/99_bug_server_prepare_blob_null.t
79
79
t/gh352.t
80
80
t/gh360.t
81
+ t/gh447-paramvalues.t
81
82
t/lib.pl
82
83
t/manifest.t
83
84
t/pod.t
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
14
# for version 5.x please switch to 5.00(_00) version numbering
15
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
- our $VERSION = ' 5.009 ' ;
16
+ our $VERSION = ' 5.010 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments