darwin-eu / CDMConnector

A pipe friendly way to interact with an OMOP Common Data Model
https://darwin-eu.github.io/CDMConnector/
Apache License 2.0
12 stars 9 forks source link

paste0 translation issue on sql server #15

Open ablack3 opened 5 months ago

ablack3 commented 5 months ago

It seems that paste0 translates to the + operator on sql server when it should really use the concat function. Investigate, create a reprex, and open an issue on dbplyr for this.