makssent commented on issue #33782: URL: https://github.com/apache/shardingsphere/issues/33782#issuecomment-2525055856
When attempting to use the `firebird-testcontainers` library from [this repository](https://github.com/FirebirdSQL/firebird-testcontainers-java) with Firebird and ShardingSphere, the following error occurred: > unsupported on-disk structure for file /firebird/data/TEST1.FDB; found 24588.3, support 12.2 **Cause of the Error:** The error indicates that the library is incompatible with the current version of Firebird. The firebird-testcontainers library was designed to work with Firebird versions up to 2.5 and their corresponding On-Disk Structure (ODS) formats. However, starting from Firebird 3.0, significant changes were introduced to the database structure, including new ODS versions, which the library does not support. Since the library has not been updated to account for these changes, it cannot function with Firebird 3.0 or newer versions. **Conclusion:** The firebird-testcontainers library is outdated and does not support Firebird 3.0 or later versions. As a result, it is incompatible with modern Firebird configurations and cannot be used for our work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
