Open
Description
Neo4j Version: 5.15.0
Operating System: Any
API: Any
The following statement throws database not found
error although the database name is escaped.
:use `movies`;
A database with the "movies`;" name or alias could not be found.
Adding a space before the semicolon works.
Steps to reproduce
As above
Expected behavior
Since the database is escaped, Cypher should understand that the semicolon is not part of the database name.
Actual behavior
database not found error