Output col order not matching my query
Depending on my query I will get the output cols in different order.
More specificically if I...
select "foo" AS "A", 2 AS "B", now() AS "C"
I will get output order of A, B, C
but if I...
select "foo" AS "A", 2 AS "B", now() AS "C", 101 AS "D"
I get output order of D, A, B, C
Hi @richdaygh, could you please share the version of the app you are currently using? You can find it under Menu > Help > About.
Thank you!
Hi @richdaygh if you have a chance, can you try this patch and see how it goes? https://www.dropbox.com/scl/fi/b5ycyjvw2ckj4vemc8r5e/TablePlusUpdate.exe?rlkey=w8en0sxs90sdsppl4wm2lb8mq&dl=0
hmmm I can wait for a formal release rather than a dropbox link. If there are debug steps you want me to take, let me know