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

Logic/between operator string coercion #376

Merged
merged 3 commits into from Feb 2, 2023

Conversation

gregsdennis
Copy link
Owner

Resolves #373

alexkharuk and others added 2 commits February 2, 2023 13:40
Between operator can handle operands that can be parse to a number
@github-actions github-actions bot added documentation Improvements or additions to documentation try-me-site labels Feb 2, 2023
@github-actions
Copy link

github-actions bot commented Feb 2, 2023

Unit Test Results

     10 files  ±  0       10 suites  ±0   2s ⏱️ ±0s
1 070 tests +13  1 059 ✔️ +13  11 💤 ±0  0 ±0 
1 387 runs  +13  1 376 ✔️ +13  11 💤 ±0  0 ±0 

Results for commit 4860967. ± Comparison against base commit 235fa3f.

@gregsdennis gregsdennis merged commit 91c340e into master Feb 2, 2023
@gregsdennis gregsdennis deleted the logic/between-operator-string-coercion branch February 2, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation pkg:logic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Operators '<' and '<=' throws errors in case 3 parameters were passed
2 participants