Automatically qualify column names #681
gillchristian
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
What implementation strategy are you thinking of? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It happened a few times already that I forget to qualify column names in the select or where clauses of a query that contains a join and I end up with
column reference is ambiguous
.Is there a way to automatically qualify all the columns in a query by the enum's
::Table
field? And if not, is that a feature that could be considered? I'd like to give it a shot if maintainers are open to it.Beta Was this translation helpful? Give feedback.
All reactions