-
Notifications
You must be signed in to change notification settings - Fork 472
Clarify that table and view schema are now dumped in the right order #1923
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
Conversation
f0d56ba
to
b972042
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not backported to 1.0. We should indeed list it as a known limitation.
b972042
to
e83474d
Compare
@mjibson, added 2 known limitations for 1.0:
I found another bug that wasn't mentioned anywhere: the schema for a view gets dumped as a |
Review status: 0 of 3 files reviewed at latest revision, 2 unresolved discussions, all commit checks successful. v1.0/known-limitations.md, line 352 at r2 (raw file):
order -> ordered v1.0/known-limitations.md, line 418 at r2 (raw file):
remove this line Comments from Reviewable |
e83474d
to
50ed559
Compare
Review status: 0 of 3 files reviewed at latest revision, 2 unresolved discussions, all commit checks successful. v1.0/known-limitations.md, line 352 at r2 (raw file): Previously, mjibson (Matt Jibson) wrote…
Done. v1.0/known-limitations.md, line 418 at r2 (raw file): Previously, mjibson (Matt Jibson) wrote…
Done. Comments from Reviewable |
Fixes #1842
@mjibson, was this ported back to a 1.0 patch release? If not, should we add a 1.0 known limitation about this?