QueryTree icon indicating copy to clipboard operation
QueryTree copied to clipboard

Use ordinal order of columns for mysql

Open Recodify opened this issue 2 years ago • 0 comments

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

Recodify avatar Oct 04 '22 06:10 Recodify