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

@x not defined #624

Open
DominicWuest opened this issue Apr 11, 2024 · 0 comments
Open

@x not defined #624

DominicWuest opened this issue Apr 11, 2024 · 0 comments

Comments

@DominicWuest
Copy link

When running the following query:

MATCH (x)
CALL {
	CALL {
		CALL {
			MERGE ()
			RETURN 0 AS n0
		} MERGE ()
	} RETURN 0 AS n1
} RETURN 0

I encountered the following error:

'@x' not defined

I believe the query mentioned above is semantically and syntactically correct and thus no error should be thrown here.

I encountered this issue when testing queries on the FalkorDB master branch in a Docker container running redis:7.2.3-bookworm.

Steps to reproduce

Run the following query and observe it throws an error:

MATCH (x) CALL { CALL { CALL { MERGE () RETURN 0 AS n0 } MERGE () } RETURN 0 AS n1 } RETURN 0

Expected behavior

The query should run successfully

Actual behavior

The query fails with the error message '@x' not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant