You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
I am not sure this is a bug.
The string "f'oo" is not correct.
It should be written either "f'oo" or "f\'oo" if you want to insert a backslash in your string.
You escape the single quote if you write your string in single quotes. eg. 'f'oo'
Query with
\'
+?
can't be prepared.Example:
Result:
But,
$query
is valid:Copy/paste it in a
cqlsh
, it works!The text was updated successfully, but these errors were encountered: