Skip to content

Replace deprecating CALL {...} with CALL () {...} #1728

@mrhardikjoshi

Description

@mrhardikjoshi

From change log of 5.23

Naked CALL subquery (no parameters), e.g CALL {…}  is deprecated and should be replaced with CALL() {…}.

Find all use of CALL {} and use CALL (), one of the example is in union query support

Metadata

Metadata

Assignees

Labels

DeprecationRemove Deprecations from neo4j

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions