Closed GertBurger closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
86f04ef
) 100.00% compared to head (d6dbd82
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The previous check for
currentSchema
only matched on a specific list of postgresql compatible backends. This approach didn't allow for custom backends which may be assigned to the standard postgresql-like schemes.This PR changes the lookup from the engine to the scheme, which also seems more in-line with the rest of the module.