smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

tech debt: replace LIKE with regexp_like #184

Closed dogversioning closed 4 months ago

dogversioning commented 7 months ago

For performance reasons, this will be faster. We should also only use like if we have to (currently, just for matching cerner UID strings).

duckdb equivalent is regexp_matches.