Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres only > Remove the function retrieval from jdbc calls #23

Closed
adriens opened this issue Jan 28, 2016 · 2 comments
Closed

Postgres only > Remove the function retrieval from jdbc calls #23

adriens opened this issue Jan 28, 2016 · 2 comments

Comments

@adriens
Copy link

adriens commented Jan 28, 2016

...as postgres does not implement it, ... and hence jdbc driver will not This could avoid a huge log file complaining about thinks like :

WARNING: JDBC driver does not support retrieving functions
java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc4.Jdbc4DatabaseMetaData.getFunction(String, String, String) is not yet implemented.
        at org.postgresql.Driver.notImplemented(Driver.java:670)
        at org.postgresql.jdbc4.AbstractJdbc4DatabaseMetaData.getFunctions(AbstractJdbc4DatabaseMetaData.java:87)
        at schemacrawler.crawl.RoutineRetriever.retrieveFunctions(RoutineRetriever.java:181)
        at schemacrawler.crawl.SchemaCrawler.lambda$crawlRoutines$8(SchemaCrawler.java:277)
        at schemacrawler.crawl.SchemaCrawler$$Lambda$45/388991153.call(Unknown Source)
        at sf.util.StopWatch.time(StopWatch.java:129)
@schemacrawler
Copy link
Owner

Resolved with 1380199

@adriens
Copy link
Author

adriens commented Feb 4, 2016

Yes, that's gr8 ! I saw it in the release note ! Thank U very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants