Angelo Polo

Results 2 issues of Angelo Polo

Python3 compatibility back-ported from 4.0 to 3.11.

Error on executing the query "SHOW CATALOGS". ``` java Connection connection = DriverManager.getConnection(connectionUrl, username, password); Statement statement = connection.createStatement(); statement.executeQuery("SHOW CATALOGS"); ``` This project has the following three known properties...