d4software / QueryTree

Data reporting and visualization for your app
http://querytreeapp.com
GNU Lesser General Public License v3.0
335 stars 121 forks source link

Use ordinal order of columns for mysql #140

Open Recodify opened 1 year ago

Recodify commented 1 year ago

This is a fix for the following, implemented for mysql only, similar fixes possible for pg and mssql but I don't have instances handy to test.

Please note, this fix will only work with a blank db as column orders are cached in the sqllite db. Simple fix: delete querytree.db in root.

https://github.com/d4software/QueryTree/issues/81