wumpz opened a new issue, #7879: URL: https://github.com/apache/netbeans/issues/7879
### Apache NetBeans version Apache NetBeans 23 ### What happened Using **Services** I configured a Postgresql connection. Here I can config a different schema. Netbeans (or the platform) does not honor this setting. I always have to call Connection.setSchema after I got a jdbc Connection. Within DatabaseConnection line 907 this is blocked because `getConnector().supportsCommand(Specification.DEFAULT_SCHEMA)` returns false. So the connector is not initialized correctly from the database driver. BTW I tried different versions from 42.2.3 til the most recent version. ### Language / Project Type / NetBeans Component org-netbeans-modules-db ### How to reproduce Config a postgresql db connection and specify a different schema within Services. Connect to it and check the schema. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 11 ### JDK 17,21 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
