MechanicalRabbit / FunSQL.jl

Julia library for compositional construction of SQL queries
https://mechanicalrabbit.github.io/FunSQL.jl
Other
144 stars 5 forks source link

Add definitions for ≥ and ≤ #67

Closed AshlinHarris closed 1 month ago

AshlinHarris commented 1 month ago

To avoid adding additional cases in the function renameoperators!, I define in terms of >= and in terms of <=, which is consistent with their definitions in operators.jl.

AshlinHarris commented 1 month ago

This pull should fix #66.