We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ihp/lib/IHP/DataSync/ihp-querybuilder.js
Lines 62 to 80 in f1b66eb
Right now to check for greaterThanOrEqual on IHP I have to do something like
greaterThanOrEqual
query @Event |> filterWhereSql(#participants, cs $ ">= " ++ show event.participants)
Would be nicer to have
query @Event |> greaterThanOrEqual(#participants, show event.participants)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ihp/lib/IHP/DataSync/ihp-querybuilder.js
Lines 62 to 80 in f1b66eb
Right now to check for
greaterThanOrEqual
on IHP I have to do something likeWould be nicer to have
The text was updated successfully, but these errors were encountered: