-
Notifications
You must be signed in to change notification settings - Fork 174
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
MSSQL Incorrect Translation of between() when not used in filter context #1241
Comments
@kmishra9 I created a PR to fix this issue. You can install it via |
Sorry, I forgot to add the PR to the install code. Can you try again after installing via |
Ok, so after examining how the query is being generated, it's closer but I think it's missing the true and false values to return on an Here's the error I get:
Here's the translation in actual MSSQL (same as on simulated):
Here's what it needs to be:
|
Hey there, stumbling into some more issues related to SQL translations w/ booleans in MSSQL. In this case, the translation for
dplyr::between()
is the same in both amutate
/summarize
context (which doesn't work) and in afilter
context (which does).Created on 2023-04-10 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: