File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2024-09-19 Daniël van Eeden, DBI/DBD community (5.009)
2
+ * Cleanup obsolete mysql_errmsg and mysql_stats
3
+ * fix some queries with columns beginning with limit would fail
4
+ * implement statistics_info $unique_only
5
+ * fix(column_info): use show columns to describe
6
+ * Update Dockerfile
7
+
1
8
2024-07-30 Daniël van Eeden, DBI/DBD community (5.008)
2
9
* CI: Use Oracle MySQL containers
3
10
* 51bind_type_guessing.t: Update for 9.0.0 errorcodes
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.008 ' ;
16
+ our $VERSION = ' 5.009 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments