Skip to content

[CYPHER] String concatenation operator || returns only first operand #3927

@ExtReMLapin

Description

@ExtReMLapin

Test: stringConcatenationWithSpaces (line 324)

Cypher query to execute:

RETURN 'Alpha' || 'Beta' AS result1, 'Alpha' || ' ' || 'Beta' AS result2

Expected behavior:

'Alpha' || 'Beta' should return 'AlphaBeta'

ArcadeDB result:

{"result": "Alpha"}

Neo4j result:

{"result": "AlphaBeta"}

The || operator for string concatenation only returns the first operand instead of concatenating both strings.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions