Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow currentSchema option to be used with custom postgresql backends #243

Merged

Conversation

GertBurger
Copy link
Contributor

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.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (86f04ef) 100.00% compared to head (d6dbd82) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #243   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           75        76    +1     
  Branches        18        18           
=========================================
+ Hits            75        76    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@palfrey palfrey merged commit bcf163e into jazzband:master Feb 20, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants