TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Output col order not matching my query

Open richdaygh opened this issue 9 months ago • 4 comments

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

Image

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

Image

richdaygh avatar May 21 '25 12:05 richdaygh

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!

sonswift avatar May 21 '25 12:05 sonswift

Image

richdaygh avatar May 21 '25 16:05 richdaygh

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

huyphams avatar May 21 '25 16:05 huyphams

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

richdaygh avatar May 22 '25 13:05 richdaygh