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-05-01 Daniël van Eeden, DBI/DBD community (5.005)
2
+ * docs: Update package names and MariaDB related things
3
+ * Rewrite yum name to dnf
4
+ * CI: Test against MySQL 8.3
5
+ * Replace mysql_stmt_bind_param() with mysql_stmt_bind_named_param()
6
+ * Cleanup deprecated functionality
7
+
1
8
2024-03-19 Daniël van Eeden, DBI/DBD community (5.004)
2
9
* Add deprecation warning for LISTFIELDS support
3
10
* Remove calls to mysql_reload() and mysql_list_fields()
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.004 ' ;
16
+ our $VERSION = ' 5.005 ' ;
17
17
18
18
bootstrap DBD::mysql $VERSION ;
19
19
You can’t perform that action at this time.
0 commit comments