On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler
wrote:
>> Martin Maechler
>> on Mon, 16 Oct 2017 19:13:31 +0200 writes:
(I also included a reply to part of this response of yours below.)
>> Stephen Berman
>> on Sun, 15 Oct 2017 01:53:12 +0200 writes:
>
>> > (I
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
Althou