Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mrhardikjoshi opened this issue Nov 8, 2024 · 0 comments
Open

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

mrhardikjoshi opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
Deprecation Remove Deprecations from neo4j

Comments

@mrhardikjoshi
Copy link
Member

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

@mrhardikjoshi mrhardikjoshi self-assigned this Nov 8, 2024
@mrhardikjoshi mrhardikjoshi added the Deprecation Remove Deprecations from neo4j label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecation Remove Deprecations from neo4j
Projects
None yet
Development

No branches or pull requests

1 participant