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

with_alias handling missing in various criterion #735

Open Ga68 opened 12 months ago

Ga68 commented 12 months ago

in many of the Criterion classes, the with_alias handling was missing or inconsistent

addresses

AzisK commented 10 months ago

Thank you for the improvements. Could you please add tests for this functionality so that we are always certain in the future that specifying and not specifying the alias works correct?