File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-08-03 Daniël van Eeden, DBI/DBD community (5.013)
2+ * Add security policy
3+ * Add support for JSON column in column_info()
4+ * CI: test against TiDB
5+ * CI: Test with MySQL 9.3
6+ * CI: Add testing against MariaDB server
7+
182025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
29* Fix tests failing on MariaDB
310* Correct SQL_DRIVER_NAME
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ MANIFEST.SKIP
1212myld
1313mysql.xs
1414README.md
15+ SECURITY.md
1516socket.c
1617t/00base.t
1718t/01caching_sha2_prime.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.012 ' ;
16+ our $VERSION = ' 5.013 ' ;
1717
1818bootstrap DBD::mysql $VERSION ;
1919
You can’t perform that action at this time.
0 commit comments