```deleteGroupWithMessage{ DELETE FROM Message W...
# squarelibraries
m
Copy code
deleteGroupWithMessage{
  DELETE FROM Message WHERE chatId = :groupId;
  DELETE FROM GroupChat  WHERE groupId = :groupId;
 }
this is multiplatform project. 2.0.2 is prefect works but i update 2.1.0. is any issue 2.1.0
h
It was a bug
Now you need to call
await
m
ok you mean by separate query
h
Wait, did you write the code yourself or did you generate it by sqldelight?
m
i not write code my self . it by generate by sqldelight
h
Oh okay, then it is definitely a bug. Can you create a issue, please?
m
ok sure
i create new issue or what to do?
h
Uh, I „fixed“ it, will take a look 😐
m
ok thanks
above link it not my issue.
h
Yes, but same problem
m
Yes yes