Redroses
Results
1
issues of
Redroses
I try to insert a map like this ``` String addSql="create (n :Person) SET n += $properties return n"; Map properties=new HashMap(); properties.put("date",new Date()); Map map=new HashMap(); map.put("properties",propertiesMap); CypherResultSet resultSet...