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

Additional rewrite rules for InterSystems IRIS #379

Merged
merged 4 commits into from
Oct 14, 2024

Conversation

bdeboe
Copy link
Contributor

@bdeboe bdeboe commented Oct 11, 2024

This PR includes two additions to the initial dialect submission after preparation of our DataConnector PR and further review with @alex-odysseus

  • as part of verifying the dplyr unit tests in DataConnector, we found an issue with FROM ( VALUES ... ) that is now corrected
  • we identified a missing rewrite rule for COALESCE(DATEADD()) combinations that would lead to unrecognized date formatting when running some cohorts and analyses.

@schuemie
Copy link
Member

The diff of the CSV file shows all lines have changed, probably because of different end-of-line indicators (carriage return?). Could you revise the PR so the diff shows only those lines that have changed?

@bdeboe
Copy link
Contributor Author

bdeboe commented Oct 14, 2024

apologies, there seems to have been a disagreement between RStudio and VS Code, but it looks like they're now back to the expected LF line ending

@schuemie
Copy link
Member

Thanks!

@schuemie schuemie merged commit cc4feaf into OHDSI:develop Oct 14, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants