Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Tags: BoardiesITSolutions/Android-MySQL-Connector

Tags

0.52_MySQL8

Toggle 0.52_MySQL8's commit message
Fixed issue where COM_QueryResponse would inadvertently detect a MySQ…

…L Error packet and then throw an error because it wasn't actually a MySQL Error Packet.

0.51_MySQL8

Toggle 0.51_MySQL8's commit message
Fixed issue where COM_QueryResponse would inadvertently detect a MySQ…

…L Error packet and then throw an error because it wasn't actually a MySQL Error Packet.

0.50_MySQL8

Toggle 0.50_MySQL8's commit message
Fixed issue where COM_QueryResponse would inadvertently detect a MySQ…

…L Error packet and then throw an error because it wasn't actually a MySQL Error Packet.

0.49_MySQL8

Toggle 0.49_MySQL8's commit message
Fixed couple of issues with latest version of MySQL 8

- Fixed issue that ztsd compression was not supported (the compression flag being disabled by the client was ignored due to a new server flag)
- Fixed issue when sending query triggered Malformed packet response due to server flag default value being changed so client wasn't disabling.

0.48_MySQL8

Toggle 0.48_MySQL8's commit message
Better connection timeout handling

- Fixed issue so that the connection timeout doesn't the default Android socket timeout - which can be several minutes
- Changed default connection timeout to be 30 seconds
- Added new method "setConnectionTimeout" to Connection class to override the default conection timeout in seconds.

0.47_MySQL8

Toggle 0.47_MySQL8's commit message
Update build.gradle

0.45_MySQL8

Toggle 0.45_MySQL8's commit message
Fixed jitpack issue

0.43_MySQL8

Toggle 0.43_MySQL8's commit message
Fixes issue with blobs

Fixes issue with blob data retrieval
Fixes issue with data in a blog is actually string
Fixes typo where column type was being shown as BLOG instead of BLOB

0.41_MySQL8

Toggle 0.41_MySQL8's commit message
Fixes for App Theme and MySql 8.0.21

- Fixes an unnecessary Android:Theme parameter in the manifest which requires a tools:replace to override it
- Fixes UnsupportedServerException error on MySQL 8.0.21

0.40_MySQL8

Toggle 0.40_MySQL8's commit message
Fixed version number tag in demo app