Replies: 1 comment
-
Are you using the a database dialect, which supports RETURNING ? You can configure it in your build.gradle:
https://sqldelight.github.io/sqldelight/2.0.2/multiplatform_sqlite/gradle/#dialect |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I return results when using delete/update/insert? I saw on the issues that using
RETURNING
is suggested, but it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions