Skip to content

Commit 9721a6a

Browse files
committed
Update Changes for version 1.20
1 parent b8d02fe commit 9721a6a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
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)

0 commit comments

Comments
 (0)