Skip to content

Conversation

@jycor
Copy link
Contributor

@jycor jycor commented Oct 10, 2024

This PR has information_schema reparse create view statements to fill in missing information for the information_schema.columns table. There maybe small differences in column type for more complex views, but should be fine.

Implementing using view.TextDefinition would be slightly easier/cleaner, but for some reason its sometimes empty? Seems like something to do with fragments on dolt side.

fixes: dolthub/dolt#3168

Copy link
Contributor

@fulghum fulghum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jycor jycor merged commit ea8c9b0 into main Oct 10, 2024
9 checks passed
@jycor jycor deleted the james/views branch October 10, 2024 23:32
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.

information_schema.columns does not contain all associated view information

3 participants