View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005685 | SymmetricDS | Bug | public | 2023-02-02 21:46 | 2023-02-03 14:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.5 | ||||
Target Version | 3.13.11 | Fixed in Version | 3.13.11 | ||
Summary | 0005685: MariaDB JDBC Driver version 3 does not support a negative fetch size to indicate the use of streaming | ||||
Description | The 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 Reproduce | 1. Set up a database connection to MariaDB using the version 3 MariaDB JDBC driver | ||||
Tags | dialect: mysql/mariadb | ||||
SymmetricDS: 3.13 5b604b14 2023-02-02 21:56:34 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 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 |
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 |