Start recording statements into queryLog. Useful in tests to assert how many queries a code path issued.
@override void enableQueryLog() => root == null ? super.enableQueryLog() : root!.enableQueryLog();