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 dashed schemas #427

Merged
merged 11 commits into from Mar 27, 2023
Merged

Allow dashed schemas #427

merged 11 commits into from Mar 27, 2023

Conversation

guzman-raphael
Copy link
Collaborator

@guzman-raphael guzman-raphael commented Mar 8, 2023

This fix required introducing containers.Map for indexing into schemas. This means a breaking change.

For example:

Let's assume that connection is an instance of dj.Connection.

Before you could access a schema like the below but they are no longer supported.

connection.schemas.example_schema
connection.schemas.('example_schema')

Now to index into schemas you would perform.

connection.schemas('example_schema')

@yambottle yambottle merged commit edd7eb0 into master Mar 27, 2023
5 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.

None yet

2 participants