-
Notifications
You must be signed in to change notification settings - Fork 280
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
introspection.getTables sorts column array alphabetically instead of by ordinal position #146
Comments
Why is it counter intuitive? And what is the ordinal position anyway in case of columns? And you know the order is intentional, since you've looked at the code. No need to be passive aggressive |
This issue should be reopen. Columns have a clear order regardless of dialect. Mysql
Postgres
Sqlite
SuggestionReverting part of f6588f8 could solve this problem. However, since there is no criterion for ordering the tables, sorting the tables by name seems necessary. should be should be should be |
Is this intentional? It is a bit counter intuitive to me and makes the introspection feature slightly less useful
would be happy to do a PR if you think this change would make sense.
The text was updated successfully, but these errors were encountered: