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

schema/excluded_schema can be a list #71

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rienafairefr
Copy link

As part of introducing multiple schema inclusion/exclusion in migra, I think this could be an addition:

The get_inspector call can now receive schema/exclude_schema as a list, keeping the backward compatibility with passing simple strings. I added multiple_schemas and exclude_multiple_schemas methods to PostgreSQL, breaking the filter_schemas signature compatibility (deep enough in schemainspect that I think breaking it is fine, but that could be adapted). I was tempted to add arguments schemas/exclude_schemas, but didn't in the end.

Added the corresponding unit tests, and AFAIK I'm not breaking the existing tests (tested locally on pg 12)

it fixes #68 by @daa

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.

Support including or excluding list of schemas, not just single schema
1 participant