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?.