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

[BUG] Columns are not consistently ordered #168

Closed
rintaun opened this issue Mar 17, 2021 · 1 comment · Fixed by #169
Closed

[BUG] Columns are not consistently ordered #168

rintaun opened this issue Mar 17, 2021 · 1 comment · Fixed by #169
Labels
bug Something isn't working released

Comments

@rintaun
Copy link
Member

rintaun commented Mar 17, 2021

Describe the bug
Columns are not consistently ordered

Expected behavior
Column order should be independent of database modification order, e.g.

  • a table with column "A" that adds a column "B"; and
  • a table with a column "B" that adds a column "A"

should have the same ordering of columns.

@rintaun rintaun added the bug Something isn't working label Mar 17, 2021
@rintaun rintaun changed the title [BUG] [BUG] Columns are not consistently ordered Mar 17, 2021
rintaun added a commit that referenced this issue Mar 17, 2021
rintaun added a commit that referenced this issue Mar 17, 2021
fix: order columns alphabetically
rintaun pushed a commit that referenced this issue Mar 17, 2021
### [1.5.3](v1.5.2...v1.5.3) (2021-03-17)

### Bug Fixes

* order columns alphabetically ([6ce8880](6ce8880)), closes [#168](#168)
@rintaun
Copy link
Member Author

rintaun commented Mar 17, 2021

🎉 This issue has been resolved in version 1.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant