catena
catena copied to clipboard
Prevent selection of duplicate result columns
Prevent the following:
SELECT id, id FROM foo;
SELECT a AS id, b AS id FROM foo;
This is not currently an issue, but will be at some point.