This is an automated email from the ASF dual-hosted git repository.
ebakke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 109b2cd81c1 Merge pull request #8897 from
Achal1607/add-source-set-gradle
add bf46f66e841 Add a 'File' field to the Add Database Connection dialog.
Use it for SQLite and DuckDB URL templates.
new 77b8adc2764 Merge pull request #8189 from eirikbakke/pr-dbconnfile
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ide/db/nbproject/project.properties | 2 +-
.../modules/db/explorer/DatabaseConnection.java | 2 +
.../modules/db/explorer/action/ConnectAction.java | 22 ++--
.../modules/db/explorer/dlg/Bundle.properties | 5 +
.../db/explorer/dlg/NewConnectionPanel.form | 39 ++++++-
.../db/explorer/dlg/NewConnectionPanel.java | 128 ++++++++++++++++++---
.../netbeans/modules/db/util/DriverListUtil.java | 121 +++++++++++++++++--
.../src/org/netbeans/modules/db/util/JdbcUrl.java | 51 +++++++-
.../explorer/support/DatabaseExplorerUIsTest.java | 4 +
.../modules/db/util/DriverListUtilTest.java | 63 ++++++++++
10 files changed, 401 insertions(+), 36 deletions(-)
---------------------------------------------------------------------
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