Re: [Rd] Another issue with Sys.timezone

2017-10-19 Thread Stephen Berman
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

[Rd] source() + dbSendQuery() Returns Incorrect Results - Solved with: dbExecute()

2017-10-19 Thread Juan Telleria
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