How do I close manually after the command has been successfully executed? #1117
-
I have written a command that fills the database with data. Unfortunately I had to use I am grateful for any suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Why do you need |
Beta Was this translation helpful? Give feedback.
Why do you need
runWithoutClosing
here? So long as everything in the command is properly awaited, the command shouldn't be "finished" until all of the queries are executed and the connection is closed