Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No FunSQL definitions for operators ≥ or ≤ #66

Closed
AshlinHarris opened this issue Jun 21, 2024 · 1 comment
Closed

No FunSQL definitions for operators ≥ or ≤ #66

AshlinHarris opened this issue Jun 21, 2024 · 1 comment

Comments

@AshlinHarris
Copy link
Contributor

FunSQL requires the <= and >= operators for comparison, as there are no methods defined for or .

Example:

julia> using FunSQL

julia> @funsql begin
           from(person)
           filter(1930 ≤ year_of_birth ≤ 1940)
       end
ERROR: UndefVarError: `funsql_≤` not defined
Stacktrace:
 [1] top-level scope
   @ REPL[2]:3
@xitology
Copy link
Member

Added in #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants