-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
Another issue (sorry!), but this one is an easy fix.
If there is a dirty column name added to the SQL table, such as a column name with dots (...), the DBI::sqlInterpolate in the sqlInterpolateList function will fail with an error that it cannot interpolate the values when doing an update. So it would be good to have some sanitization when creating the columns (or checking first before using sqlInterpolate). That is, the Postgres table will allow a dirty name like var1....low, but it can cause other failures downstream.
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working