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
I am not sure if this is intended, but it was definitely unexpected and took a bit to figure out what was going on. It definitely isn't mentioned in the Grouping Statements documentation, or in the Coroutines extension documentation
Stacktrace
No response
The text was updated successfully, but these errors were encountered:
SQLDelight Version
2.0.1
Application Operating System
Android, JVM, Native
Describe the Bug
Take the following grouped statements:
It generates the following query in Kotlin:
Even though the
User
table was changed, there is nonotifyQueries(x) { emit("User") }
So, flows won't emit new values when the
updateUser
query is called.Workaround
Use
transactionWithResult
and split the query in two:I am not sure if this is intended, but it was definitely unexpected and took a bit to figure out what was going on. It definitely isn't mentioned in the Grouping Statements documentation, or in the Coroutines extension documentation
Stacktrace
No response
The text was updated successfully, but these errors were encountered: