View Issue Details

IDProjectCategoryView StatusLast Update
0005686SymmetricDSBugpublic2023-02-03 14:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.5 
Target Version3.14.5Fixed in Version3.14.5 
Summary0005686: MariaDB JDBC Driver version 3 does not support a negative fetch size to indicate the use of streaming
DescriptionThe MariaDB platform has extended the MySQL database platform, and hence the MySQL JDBC driver.
The MySQL JDBC driver needed to have the fetch size on the statement set to Integer.MIN_VALUE to indicate to the driver and database server to stream the result set.
Version 3 of the MariaDB JDBC driver does not allow a negative number to be set to the fetch size of the statement anymore.
So let's actually use the fetch size value for the MariaDB JDBC driver and let it stream the result sets now.
Steps To Reproduce1. Set up a database connection to MariaDB using the version 3 MariaDB JDBC driver
Tagsdialect: mysql/mariadb

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-02 21:48 pmarzullo New Issue
2023-02-02 21:48 pmarzullo Status new => assigned
2023-02-02 21:48 pmarzullo Assigned To => pmarzullo
2023-02-02 21:48 pmarzullo Tag Attached: dialect: mysql/mariadb
2023-02-03 14:00 pmarzullo Status assigned => resolved
2023-02-03 14:00 pmarzullo Resolution open => fixed
2023-02-03 14:00 pmarzullo Fixed in Version => 3.14.5
2023-02-15 20:26 admin Status resolved => closed