We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1caee2 commit 1e77ce4Copy full SHA for 1e77ce4
core/src/main/java/apoc/load/util/JdbcUtil.java
@@ -89,7 +89,7 @@ public static String getSqlOrKey(String sqlOrKey) {
89
return sqlOrKey.contains(" ")
90
? sqlOrKey
91
: Util.getLoadUrlByConfigFile(LOAD_TYPE, sqlOrKey, "sql").orElse("SELECT * FROM " + sqlOrKey);
92
- }
+ }
93
94
public static String obfuscateJdbcUrl(String query) {
95
return query.replaceAll("(jdbc:[^:]+://)([^\\s\\\"']+)", "$1*******");
0 commit comments