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
It should be possible to test the following possibilities:
integer
modulo
on-the-day
on-the-hour
on-the-minute
true
false
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/Integer_and_On-the-Hour_predicates_(#305)' into…
8b2017a
… develop
Beta available in https://ci.appveyor.com/project/Seddryck/nbi/build/1.16.0-beta.81.build.78
Sorry, something went wrong.
No branches or pull requests
It should be possible to test the following possibilities:
integer
: for a numeric, the value has no decimalmodulo
: for a numeric, the modulo of the second-operand is equal to the referenceon-the-day
: for a dateTime, the value is at midnighton-the-hour
: for a dateTime, the value has no minutes or secondson-the-minute
: for a dateTime, the value has no secondstrue
andfalse
: for a boolean, that the value is respectively true or falseThe text was updated successfully, but these errors were encountered: