Description of problem: The current mariadb-java-client 3.0.x (x <= 3) driver breaks on calling the standard JDBC method java.sql.DatabaseMetaData.getTables(...). See also [DatabaseMetadata#getTables with null value for tableNamePattern throws Syntax error] https://jira.mariadb.org/browse/CONJ-921 and [SQuirreL SQL Client] https://sourceforge.net/p/squirrel-sql/bugs/1499/ Version-Release number of selected component (if applicable): 3.0.1 - 3.0.3 How reproducible: Call the function java.sql.DatabaseMetaData.getTables(...) or use some client that does that. This is a known bug in the driver, see bug report. Actual results: java.sql.SQLSyntaxErrorException is thrown. Expected results: No error, metadata shall be fetched. Additional info: It looks like Fedora 36 is including the buggy verion 3.0.3, and the fixed version is planed for Fedora 37 in half a year. Maybe a re-schedule is advised. rpms / mariadb-java-client https://src.fedoraproject.org/rpms/mariadb-java-client
FEDORA-2022-44fd087314 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-44fd087314
Good idea. I've added mariadb-java-client 3.0.4 build to f36.
FEDORA-2022-44fd087314 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-44fd087314` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-44fd087314 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-44fd087314 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.