Juan Telleria
2017-Oct-19 08:09 UTC
[Rd] source() + dbSendQuery() Returns Incorrect Results - Solved with: dbExecute()
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]]