This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Releases: BoardiesITSolutions/Android-MySQL-Connector
Releases · BoardiesITSolutions/Android-MySQL-Connector
0.26
0.25
Fixes issue where parsing of MySQL version number might work as some MySQL versions had the version number in a different format. This meant it wasn't parsed correctly, which therefore meant that when doing checks of the current MySQL Version when processing MySQL packets it might not work as expected.
0.24
A couple of bug fixes and improvements as follows:
- Fixed issue with MySQL 5.7 where the authentication would send a malformed packet caused by some MySQL servers requiring the password to be NULL terminated and some MySQL servers don't.
- Fixed issue where reading authentication seed bytes where it was hard coded to UTF-8 instead of using the charset object as set by reading the server language from the MySQL welcome packet.
- Updated gradle build tools and targeting latest Android SDK (Android 9 (Android Pie)).
0.23
Fixed issue with certain MySQL Servers having non numeric characters in the Version Number, e.g. 5.7.22-log. This caused a NumberFormatException when attempting to a connect.
Added pubishToMavenLocal boolean to build.gradle so that you can publish the library to a local maven repository for testing on your development environment before committing to github.