You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Please download and copy the JDBC driver into $NEO4J_HOME/plugins,more details at https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_load_jdbc_resources"),
"Please download and copy the JDBC driver into $NEO4J_HOME/plugins,more details at https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_load_jdbc_resources"),
"Please download and copy the JDBC driver into $NEO4J_HOME/plugins, more details at https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_load_jdbc_resources"),
Copy file name to clipboardExpand all lines: full/src/test/java/apoc/periodic/PeriodicExtendedTest.java
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@
32
32
importapoc.nlp.gcp.GCPProcedures;
33
33
importapoc.nodes.NodesExtended;
34
34
importapoc.util.TestUtil;
35
-
importjava.sql.SQLException;
36
35
importjava.util.Collections;
37
36
importjava.util.Map;
38
37
importjava.util.concurrent.TimeUnit;
@@ -222,27 +221,6 @@ public void testIterateErrors() {
222
221
});
223
222
}
224
223
225
-
@Test
226
-
publicvoidtestIterateJDBC() {
227
-
TestUtil.ignoreException(
228
-
() -> {
229
-
testResult(
230
-
db,
231
-
"CALL apoc.periodic.iterate('call apoc.load.jdbc(\"jdbc:mysql://localhost:3306/northwind?user=root\",\"customers\")', 'create (c:Customer) SET c += $row', {batchSize:10,parallel:true})",
0 commit comments