[Rd] source() + dbSendQuery() Returns Incorrect Results - Solved with: dbExecute()
Juan Telleria
jtelleriar at gmail.com
Thu Oct 19 10:09:16 CEST 2017
Issue Description and Expected Result
When used source() with dbSendQuery(), wrong results are obtained from the
Database, probably due to a precision loose at some point.
Database
MariaDB
Solution
It was solved by means of using source() + dbExecute(), instead of
dbSendQuery().
Question
Although not Standard, ¿Shall dbSendQuery() default behavior be modified to
avoid this issue?.
[[alternative HTML version deleted]]
More information about the R-devel
mailing list