File tree Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.6.2] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.6.2 ) (23 Jul. 2020)
4
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.6.1...2.6.2 )
5
+
6
+ * CONJ-804 - Automatic charset correction
7
+ * CONJ-809 - SelectResultSet's (ResultSet)MetaData always indicates all columns to be readonly
8
+ * CONJ-802 - Version parsing depending on Classloader might result in connection Exception
9
+
10
+
3
11
## [ 2.6.1] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.6.1 ) (23 Jun. 2020)
4
12
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.6.0...2.6.1 )
5
13
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ or maven :
28
28
<dependency>
29
29
<groupId>org.mariadb.jdbc</groupId>
30
30
<artifactId>mariadb-java-client</artifactId>
31
- <version>2.6.1 </version>
31
+ <version>2.6.2 </version>
32
32
</dependency>
33
33
```
34
34
@@ -46,7 +46,7 @@ Development snapshot are available on sonatype nexus repository
46
46
<dependency>
47
47
<groupId>org.mariadb.jdbc</groupId>
48
48
<artifactId>mariadb-java-client</artifactId>
49
- <version>2.6.2 -SNAPSHOT</version>
49
+ <version>2.6.3 -SNAPSHOT</version>
50
50
</dependency>
51
51
</dependencies>
52
52
```
Original file line number Diff line number Diff line change 60
60
<artifactId >mariadb-java-client</artifactId >
61
61
<packaging >jar</packaging >
62
62
<name >mariadb-java-client</name >
63
- <version >2.6.2-SNAPSHOT </version >
63
+ <version >2.6.2</version >
64
64
<description >JDBC driver for MariaDB and MySQL</description >
65
65
<url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
66
66
Original file line number Diff line number Diff line change 1
- #
2
- # MariaDB Client for Java
3
- #
4
- # Copyright (c) 2012-2014 Monty Program Ab.
5
- # Copyright (c) 2015-2020 MariaDB Corporation Ab.
6
- #
7
- # This library is free software; you can redistribute it and/or modify it under
8
- # the terms of the GNU Lesser General Public License as published by the Free
9
- # Software Foundation; either version 2.1 of the License, or (at your option)
10
- # any later version.
11
- #
12
- # This library is distributed in the hope that it will be useful, but
13
- # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
- # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
15
- # for more details.
16
- #
17
- # You should have received a copy of the GNU Lesser General Public License along
18
- # with this library; if not, write to Monty Program Ab [email protected] .
19
- #
20
1
version =${project.version}
You can’t perform that action at this time.
0 commit comments