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
{ "deleteMany": { "filter": {} } }
yields (1.0.18)
{ "errors": [ { "message": "line 0:-1 mismatched input '<EOF>' expecting K_WHERE", "errorCode": "INVALID_QUERY" } ] }
It looks like the CQL generation does not intercept the absence of predicates, hence it does not turn the CQL into a TRUNCATE statement at all.
The text was updated successfully, but these errors were encountered:
Thanks! We have it coming. #1623
Sorry, something went wrong.
Yuqi-Du
No branches or pull requests
yields (1.0.18)
It looks like the CQL generation does not intercept the absence of predicates, hence it does not turn the CQL into a TRUNCATE statement at all.
The text was updated successfully, but these errors were encountered: