We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a682b9f + cd546dc commit 85f8f8fCopy full SHA for 85f8f8f
Changes
@@ -1,3 +1,8 @@
1
+1.21 2019-02-27
2
+ - Fix skipping test t/14destruct.t
3
+ - Revert "MySQL bug #93276 is fixed in 8.0.15"
4
+ (https://github.com/gooddata/DBD-MariaDB/issues/137)
5
+
6
1.20 2019-02-22
7
- Fix compilation on Windows
8
- Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+
lib/DBD/MariaDB.pm
@@ -10,7 +10,7 @@ use DBI;
10
use DynaLoader();
11
our @ISA = qw(DynaLoader);
12
13
-our $VERSION = '1.20';
+our $VERSION = '1.21';
14
15
bootstrap DBD::MariaDB $VERSION;
16
0 commit comments