Re: Change of format of returned flat value after prepareThreshold

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Michał Niklas <michal(dot)niklas(at)heuthes(dot)pl>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Change of format of returned flat value after prepareThreshold
Date: 2015-10-16 12:31:04
Message-ID: CAB=Je-E=M4uGsxKjWRkvLw0zdxr4upxaK6f0M03EqWSXk_Lexw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> My statement "more portable" was joke :-)

There's an upcoming change that "fixes/improves" Timestamp/Date/Time
handling: https://github.com/pgjdbc/pgjdbc/pull/387

It would be good if you could test your app against current master branch.
It would be good if you could check if your way of Timestamp usage
happen to be tested in TimestampTest.java (that is the most robust way
of making sure your app will not be broken in the subsequent pgjdbc
releases).

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Donald 2015-10-16 12:51:47 Re: Connection terminated by the server causes deadlock in jdbc client side connection
Previous Message Michał Niklas 2015-10-16 11:12:10 Re: Change of format of returned flat value after prepareThreshold