You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
I can't get the string detection to work through dbplyr:
'ParseException:SQLparser:42000!SELECT: no such binary operator 'grepl(char,clob)''or the stringr package:
'ParseException:SQLparser:42000!SELECT: no such binary operator 'instr(clob,char)''While it does work if I create the SQL:
Where is this translation implemented? Is this a DBI issue, dbplyr issue? Where should I look?