kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.43k stars 293 forks source link

Vertica alias fix #733

Closed Ga68 closed 12 months ago

Ga68 commented 12 months ago

Vertica requires no aliases in the GROUP BY and ORDER BY clauses. The current implementation does not do that.

Ga68 commented 12 months ago

incorrectly branched, closing request