sdedic opened a new pull request, #5560: URL: https://github.com/apache/netbeans/pull/5560
The vscode "Database" view queried NBLS for the default DB just on startup, then it retained the connection node's ID, and only allowed vscode > NBLS change propagation. We need - for example when defining a new DB - that the NBLS's default connection is reflected back in the vscode. That will help if no connection is present and a new (first) one is defined that becomes the default. May also help in cases when other command(s) redefine the default connection internally. I've changed DB module since there was a bug in that it offered the 1st connection as a default if none was specifically set - but was willing to change the default 'on the fly' if a new connection appeared, so the default could shift unexpectedly. Case when there's a preferred connection name stored, but the definition is somehow missing was also mishandled. -- 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
