From: | Philippe Marschall <pm(at)netcetera(dot)ch> |
---|---|
To: | pgsql-jdbc(at)lists(dot)postgresql(dot)org |
Subject: | Re: TimestampUtils.toJavaSecs / toPgSecs seem dubious |
Date: | 2019-08-02 07:16:03 |
Message-ID: | 58b6cc1f-26ba-9689-86bd-e63134c95418@netcetera.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Karen Goh | 2019-08-05 04:33:20 | Wish to subsribe the this list |
Previous Message | Dave Cramer | 2019-07-31 19:59:14 | [pgjdbc/pgjdbc] 060099: add automatic module name to manifest for jdk9+ (#... |