atris / JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC
Other
66 stars 38 forks source link

Work around error in JDBCUtils.java #32

Closed ftzdomino closed 5 years ago

ftzdomino commented 5 years ago

This is probably a symptom of something else going wrong, but other people seem to be experiencing it too. The change should address this: ERROR: java.lang.NullPointerException at JDBCUtils.Close(JDBCUtils.java:181)

atris commented 5 years ago

Please squash the two commits into one

ftzdomino commented 5 years ago

Done. Sorry about that, I'm not quite fluent yet with git and github.