View Issue Details

IDProjectCategoryView StatusLast Update
0005685SymmetricDSBugpublic2023-02-03 14:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.5 
Target Version3.13.11Fixed in Version3.13.11 
Summary0005685: 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.

Related Changesets

SymmetricDS: 3.13 5b604b14

2023-02-02 21:56:34

pmarzullo

Details Diff
0005685: MariaDB JDBC Driver version 3 does not support a negative fetch
size to indicate the use of streaming
Affected Issues
0005685
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDatabasePlatform.java Diff File

SymmetricDS: 3.14 deac69e4

2023-02-02 21:56:34

pmarzullo

Details Diff
0005685: MariaDB JDBC Driver version 3 does not support a negative fetch
size to indicate the use of streaming
Affected Issues
0005685
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDatabasePlatform.java Diff File

Issue History

Date Modified Username Field Change
2023-02-02 21:46 pmarzullo New Issue
2023-02-02 21:46 pmarzullo Status new => assigned
2023-02-02 21:46 pmarzullo Assigned To => pmarzullo
2023-02-02 21:46 pmarzullo Tag Attached: dialect: mysql/mariadb
2023-02-02 22:00 pmarzullo Changeset attached => SymmetricDS 3.13 5b604b14
2023-02-02 23:00 pmarzullo Changeset attached => SymmetricDS 3.14 deac69e4
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.13.11
2023-02-15 20:26 admin Status resolved => closed