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 8c6c960 commit 605368bCopy full SHA for 605368b
Changes
@@ -1,3 +1,9 @@
1
+2025-08-03 Daniël van Eeden, DBI/DBD community (5.013)
2
+* Add support for JSON column in column_info()
3
+* CI: test against TiDB
4
+* CI: Test with MySQL 9.3
5
+* CI: Add testing against MariaDB server
6
+
7
2025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
8
* Fix tests failing on MariaDB
9
* 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