Closed gajus closed 21 hours ago
Will debug further and share findings.
The issue here is that you're trying to select two columns with the same name (client_user_account_id
).
I'm pushing a fix for the internal error. There was an incorrect lookup when dealing with duplicate columns and aliases.
The issue here is that you're trying to select two columns with the same name (
client_user_account_id
).I'm pushing a fix for the internal error. There was an incorrect lookup when dealing with duplicate columns and aliases.
oh wow, didn't even notice it!
ts-safeql delivers value yet again.
I cannot tell you enough just how many small things it already caught!
Seeing quite a few of these errors:
Looking at the underlying queries, nothing really stands out as unusual, e.g.