| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5139e81 commit 0d235f3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1315,7 +1315,7 @@ public Connection getConnection(@NotNull SQLConfig<T, M, L> config) throws Excep | |||
| 1315 | 1315 | } | |
| 1316 | 1316 | ||
| 1317 | 1317 | public String getConnectionKey(@NotNull SQLConfig<T, M, L> config) { | |
| 1318 | - return getConnectionKey(config.getNamespace(), config.getCatalog(), config.getDatasource(), config.getDatabase()); | ||
| 1318 | + return getConnectionKey(config.getDatabase(), config.getDatasource(), config.getNamespace(), config.getCatalog()); | ||
| 1319 | 1319 | } | |
| 1320 | 1320 | public String getConnectionKey(String database, String datasource, String namespace, String catalog) { | |
| 1321 | 1321 | return database + "-" + datasource + "-" + namespace + "-" + catalog; | |
@@ -1541,3 +1541,4 @@ public int executeUpdate(@NotNull SQLConfig<T, M, L> config, String sql) throws | |||
| 1541 | 1541 | ||
| 1542 | 1542 | ||
| 1543 | 1543 | } | |
| 1544 | + | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments