This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Tags: BoardiesITSolutions/Android-MySQL-Connector
Tags
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.
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.
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.
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.
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.
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
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
PreviousNext