0
votes

Working on two version of SDN ( 3.3.0 & 4.0.0 Milestone version), Following are the things that were observed while using String[], String[][].

in 3.3.0, able to to store the single/double array's to database will null values and can retrieve them in order.

But in 4.0.0 MV, only single array is supported but while reading the order is different and storing "null" is not supported.

As it's a milestone version this issue can be solved in the final version of SDN4.

1

1 Answers

1
votes

SDN supports only single dimensional arrays (both 3.3 and 4), perhaps they are converted to something else in 3.3

Regarding nulls, Neo4j won't store them either.

The reading order has been fixed post M1, please try using a snapshot build - http://repo.spring.io/libs-snapshot/org/springframework/data/spring-data-neo4j/4.0.0.BUILD-SNAPSHOT/