I got an error related to the deprecation of dbGetPreparedQuery when trying to use the BatchJobs package. There are over 200 hits on GitHub for dbGetPreparedQuery when using R as language filter. The removal of dbGetPreparedQuery might break many packages. On the other hand, the current CRAN version doesn't seem to support dbBind yet.
I think a soft deprecation where dbGetPreparedQuery still exists but gives a warning will be easier to handle by the downstream package maintainers.
I got an error related to the deprecation of
dbGetPreparedQuerywhen trying to use theBatchJobspackage. There are over 200 hits on GitHub fordbGetPreparedQuerywhen using R as language filter. The removal ofdbGetPreparedQuerymight break many packages. On the other hand, the current CRAN version doesn't seem to supportdbBindyet.I think a soft deprecation where
dbGetPreparedQuerystill exists but gives a warning will be easier to handle by the downstream package maintainers.