We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc575d commit 3161d9bCopy full SHA for 3161d9b
Changes
@@ -1,3 +1,10 @@
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
+
8
2025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
9
* Fix tests failing on MariaDB
10
* Correct SQL_DRIVER_NAME
lib/DBD/mysql.pm
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
# for version 5.x please switch to 5.00(_00) version numbering
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
-our $VERSION = '5.012';
+our $VERSION = '5.013';
17
18
bootstrap DBD::mysql $VERSION;
19
0 commit comments