What happened?
When writing a query in a SQL tab and adding new columns to the query, the new columns will appear at the end.
Steps to reproduce
- Open a connection
- Open a SQL tab (cmd-t)
- Write a query:
select id, business_model from orders; and observe results
- Add a column in between
select id, state, business_model from orders; and observe results
Expected behavior
Columns should appear in order
Database type
PostgreSQL
TablePro version
0.48.0 (94)
macOS version & chip
No response
Screenshots / Logs

What happened?
When writing a query in a SQL tab and adding new columns to the query, the new columns will appear at the end.
Steps to reproduce
select id, business_model from orders;and observe resultsselect id, state, business_model from orders;and observe resultsExpected behavior
Columns should appear in order
Database type
PostgreSQL
TablePro version
0.48.0 (94)
macOS version & chip
No response
Screenshots / Logs