Automatically qualify column names #681
gillchristian
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
What implementation strategy are you thinking of? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Added this to #795 (in case the eventual solution will involve a breaking change). Related thread on Discord: Auto prefixing a column with its table name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
::Tablefield? 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