Re: TimestampUtils.toJavaSecs / toPgSecs seem dubious - Mailing list pgsql-jdbc

From Philippe Marschall
Subject Re: TimestampUtils.toJavaSecs / toPgSecs seem dubious
Date
Msg-id 58b6cc1f-26ba-9689-86bd-e63134c95418@netcetera.com
Whole thread Raw
In response to TimestampUtils.toJavaSecs / toPgSecs seem dubious  (Chapman Flack <chap@anastigmatix.net>)
List pgsql-jdbc
On 26.07.19 14:59, Chapman Flack wrote:
> pgJDBC's toJavaSecs() and toPgSecs() methods contain some dubious
> adjustments, apparently there in an attempt to make the java.sql
> mapping less weird. But it really succeeds only in smearing the weird
> around so it's not where it belongs, and some even gets on the java.time
> mapping, which ought to be free of weird.

So, I had a look at this. I can only reproduce it with the binary 
protocol, not with the text protocol. So as a short term work around 
switching to the text protocol should work.
java.time inherits the weird because it also goes through toJavaSecs. I 
am working on a patch but it needs more tests and polish. I hope I'll be 
able to submit a bug and PR shortly.

Cheers
Philippe



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc] 060099: add automatic module name to manifest forjdk9+ (#...
Next
From: Karen Goh
Date:
Subject: Wish to subsribe the this list