File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.20 2019-02-22
2
+ - Fix compilation on Windows
3
+ - Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+
4
+ - Fix processing of unfetched multi result sets
5
+ - Cover a protocol design error for multi result statements
6
+ - Fix $dbh->last_insert_id for async calls and multi result statements
7
+ - Add more robust solution to prevent deinitializing OpenSSL functions
8
+ (https://github.com/gooddata/DBD-MariaDB/issues/119)
9
+ - Set $sth->{Active} to off after fetching all data
10
+ (https://github.com/jhthorsen/mojo-mysql/pull/47#issuecomment-448095164)
11
+ - Fix $sth->rows for async, multi results and when error occurred
12
+ - Fix disconnect_all() method to work also during global destruction phase
13
+ - Address MySQL bug #93276 which is fixed in 8.0.15
14
+
1
15
1.11 2019-01-02
2
16
- Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
3
17
(https://github.com/gooddata/DBD-MariaDB/issues/119)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use DBI;
10
10
use DynaLoader();
11
11
our @ISA = qw( DynaLoader) ;
12
12
13
- our $VERSION = ' 1.11 ' ;
13
+ our $VERSION = ' 1.20 ' ;
14
14
15
15
bootstrap DBD::MariaDB $VERSION ;
16
16
You can’t perform that action at this time.
0 commit comments