Skip to content

Cypher : coll.flatten(['a', ['b']], 0) should return same data #3443

@ExtReMLapin

Description

@ExtReMLapin

Hello,

Query :

RETURN coll.flatten(['a', ['b']], 0) AS result

neo4j returns :

["a", ["b"]]


arcadedb returns :

["a","b"]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions