Skip to content

Missing converter from java.util.Map to org.neo4j.driver.Value. #2576

@Bhavinpanchal20

Description

@Bhavinpanchal20

The below query works fine in SDN 5, But in SDN 6 they throw error.

UNWIND {0} AS row
MATCH (student:Student{guid:row.stuGuid}), (college:College{guid:row.collegeGuid})
CREATE (student)<-[:STUDENT_OF]-(college)
RETURN student.guid
public List addOwnerOfActvities(List<Map<String,String>> data);

Can anyone tell me How I resolve that issue?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions