Commit 29bb280
Log query warnings before setting the final result
Motivation:
Currently the callback result is set _before_ the query warnings are
logged. As a consequence, client code dependent on the callback's
completion may get executed before the warnings are logged.
Modification:
Set the callback result after the query warnings are logged.
Result:
Client code is guaranteed to be executed after the query warnings are
logged.1 parent 669a4c2 commit 29bb280
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| |||
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments