-
Notifications
You must be signed in to change notification settings - Fork 47
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
CREATE (UNIQUE) INDEX statement in table files are not sorted #44
Comments
@dvsidamore I'll try to fix in near future (probably, on weekend). Thanks for reminding. |
The root cause: So order for 3 indexes
Fixed in PR #53 |
fixed in v2.4.2 |
After implementing this, I found, that possibly it should be implemented in other way as proposed in #20 (comment) |
thanks a lot! |
Between two exports the ordering of the index statements on a table can vary.
This creates annoying diffs if you use git on these files.
I think it would be beneficial to explicitly sort the the dependent objects by name or so.
The text was updated successfully, but these errors were encountered: