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
+
1
8
2025-04-11 Daniël van Eeden, DBI/DBD community (5.012)
2
9
* Fix tests failing on MariaDB
3
10
* Correct SQL_DRIVER_NAME
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ MANIFEST.SKIP
12
12
myld
13
13
mysql.xs
14
14
README.md
15
+ SECURITY.md
15
16
socket.c
16
17
t/00base.t
17
18
t/01caching_sha2_prime.t
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.012 ' ;
16
+ our $VERSION = ' 5.013 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments