Currently, Jaybird will return all procedures, including those from packages from DatabaseMetaData.getProcedures and getProcedureColumns. The procedures from packages should be excluded, as there is no way to correctly report the package name within the JDBC API, which will only lead to confusion and broken code.
Submitted by: @mrotteveel
Currently, Jaybird will return all procedures, including those from packages from DatabaseMetaData.getProcedures and getProcedureColumns. The procedures from packages should be excluded, as there is no way to correctly report the package name within the JDBC API, which will only lead to confusion and broken code.
Commits: e1eb993
The text was updated successfully, but these errors were encountered: