pgspider / jdbc_fdw

JDBC Foreign Data Wrapper for PostgreSQL
Other
69 stars 23 forks source link

Update JDBCConnection.java to allow connections without credentials #44

Open Stephen-Allen opened 1 month ago

Stephen-Allen commented 1 month ago

Updates JDBCConnection to allow connections without credentials. Some datasources do not require username/password and if these are null or blank an exception can occur attempting to set those properties.