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
returning
DeleteStatement
Hi, i'm trying to write delete statement that return deleted rows:
delete from sessions where id = any($1::uuid[]) returning id, account, expire_at, created_at
and it seems that DeleteStatement missing returning method.
Although I can find returning method for InsertStatement and UpdateStatement.
InsertStatement
UpdateStatement
The text was updated successfully, but these errors were encountered:
#66 is a good example
Sorry, something went wrong.
Fix SeaQL#120
ed19261
Successfully merging a pull request may close this issue.
Hi, i'm trying to write delete statement that return deleted rows:
and it seems that
DeleteStatement
missingreturning
method.Although I can find
returning
method forInsertStatement
andUpdateStatement
.The text was updated successfully, but these errors were encountered: