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

sql-schema-describer: align views and udts w/ others #3104

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

tomhoule
Copy link
Contributor

@tomhoule tomhoule commented Aug 5, 2022

Views and user defined types were the only schema elements left with no
typed identifiers, but rather integer indexes. That left them out of the
common Walker abstraction. This commit aligns them with other top-level
items in SqlSchema by defining and using typed identifiers.

Views and user defined types were the only schema elements left with no
typed identifiers, but rather integer indexes. That left them out of the
common Walker abstraction. This commit aligns them with other top-level
items in SqlSchema by defining and using typed identifiers.
@tomhoule tomhoule requested a review from a team as a code owner August 5, 2022 05:45
@tomhoule tomhoule added this to the 4.2.0 milestone Aug 5, 2022
@tomhoule tomhoule merged commit b3444d6 into main Aug 8, 2022
@tomhoule tomhoule deleted the sql-schema-describer/typed-identifiers-for-views branch August 8, 2022 14:00
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.

1 participant