catena
catena copied to clipboard
Support column aliases ('AS' syntax)
Allow renaming of columns:
SELECT expr AS foo;
This should work properly with column name verification (#88). It should also not be possible to create duplicate column names.
Should also ensure these aliases show up correctly in PQ headers, through here: https://github.com/pixelspark/catena/blob/1a1eebd482f74bb53076d2d7d21b36f0c5618024/Sources/CatenaSQL/SQLBlock.swift#L500