We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{code: Neo.ClientError.Statement.SyntaxError} {message: Invalid input 'n': expected whitespace, '.', node labels or rel types, '[', '^', '*', '/', '%', '+', '-', "=~", IN, STARTS, ENDS, CONTAINS, IS, '=', "<>", "!=", '<', '>', "<=", ">=", AND, XOR, OR, ',', USE GRAPH, LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE UNIQUE, CREATE, SET, DELETE, REMOVE, FOREACH, WITH, CALL, RETURN, UNION, ';' or end of input (line 1, column 80 (offset: 79)) "match (u:User) where u.name="[email protected]" set u.plaintextpassword="CQ8"nx8""
tried import cracked passwords, one of which was CQ8"nx8 containing a double quote , causing the python script to fail on import
The text was updated successfully, but these errors were encountered:
Will look into fixing this when I can
Sorry, something went wrong.
No branches or pull requests
{code: Neo.ClientError.Statement.SyntaxError} {message: Invalid input 'n': expected whitespace, '.', node labels or rel types, '[', '^', '*', '/', '%', '+', '-', "=~", IN, STARTS, ENDS, CONTAINS, IS, '=', "<>", "!=", '<', '>', "<=", ">=", AND, XOR, OR, ',', USE GRAPH, LOAD CSV, START, MATCH, UNWIND, MERGE, CREATE UNIQUE, CREATE, SET, DELETE, REMOVE, FOREACH, WITH, CALL, RETURN, UNION, ';' or end of input (line 1, column 80 (offset: 79)) "match (u:User) where u.name="[email protected]" set u.plaintextpassword="CQ8"nx8""
tried import cracked passwords, one of which was CQ8"nx8 containing a double quote , causing the python script to fail on import
The text was updated successfully, but these errors were encountered: