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

Implementation of StaticValue class #720

Open GregoirePelegrin opened 1 year ago

GregoirePelegrin commented 1 year ago

With regards to my issue, here is the corresponding implementation. Tests have not been run for I don't know the process you follow, but it should be simple enough that no adverse effects appear.