You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When schema specified, change to use connection.setSchema() rather than connection Properties
Using Properties with a properties.setProperty("schema", ..) is not supported
by Postgres. Changing to use connection.setSchema() looks like a more
robust approach.
0 commit comments