Skip to content

Commit 49d4674

Browse files
committed
Merge pull request #136
Release version 1.20
2 parents b8d02fe + 8c95306 commit 49d4674

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
1.11 2019-01-02
216
- Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
317
(https://github.com/gooddata/DBD-MariaDB/issues/119)

lib/DBD/MariaDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use DBI;
1010
use DynaLoader();
1111
our @ISA = qw(DynaLoader);
1212

13-
our $VERSION = '1.11';
13+
our $VERSION = '1.20';
1414

1515
bootstrap DBD::MariaDB $VERSION;
1616

0 commit comments

Comments
 (0)