push
github
fix: beforeQuery promises not awaited before query execution (#11086) * fix: beforeQuery promises not awaited before query execution Closes: #11085 * fix: run format Closes: #11085 * fix: apply same beforeQuery & afterQuery logic to all drivers * fix: use a different broadcaster for BeforeQuery / AfterQuery * fix: BeforeQuery / AfterQuery event types * fix: move broadCasterResult.wait in finally block * fix: remove duplicated broadcasterResult.wait in ReactNativeQueryRunner * fix: fix prettier issue * fix: implemented requested changes * fix: broken sqlite tests * Revert "fix: broken sqlite tests" This reverts commit 4bacd5f4b. * Revert "fix: implemented requested changes" This reverts commit 1d2f59bf2. * review: undefined type at the end * fix: move database connection logic outside of the promise bloc --------- Co-authored-by: Lucian Mocanu <alumni@users.noreply.github.com>
9201 of 12761 branches covered (72.1%)
Branch coverage included in aggregate %.
100 of 142 new or added lines in 14 files covered. (70.42%)
4 existing lines in 3 files now uncovered.18802 of 23936 relevant lines covered (78.55%)
197469.14 hits per line