I think it would be useful to have a transform_query hook in DriverQuirks that will be applied to every query before execution. For example, it would enable driver validation suite to inject dialect translation with sqlglot that would lessen the number of individual test overrides.
I think it would be useful to have a
transform_queryhook in DriverQuirks that will be applied to every query before execution. For example, it would enable driver validation suite to inject dialect translation with sqlglot that would lessen the number of individual test overrides.