File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 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+
182024-07-30 Daniël van Eeden, DBI/DBD community (5.008)
29* CI: Use Oracle MySQL containers
310* 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);
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.008 ' ;
16+ our $VERSION = ' 5.009 ' ;
1717
1818bootstrap DBD::mysql $VERSION ;
1919
You can’t perform that action at this time.
0 commit comments