JDBC date before gregorian calendar

From: Marcin Kamionowski <soldier(dot)kam(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: JDBC date before gregorian calendar
Date: 2014-04-07 08:50:32
Message-ID: CAKmgb2imG5Gz5=8esVBj2nqPAez9xZGFV4UiStrSPPbzrO5VAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello!
Date '0600-02-29 23:59:59.999000 +01:00:00' is valid Java date because
before 1582 year was used Julian calendar. Postgres use Gregorian calendar
for whole range of time so conversation need to be done. I think it should
be done by Postgresql JDBC driver.

Browse pgsql-bugs by date

  From Date Subject
Next Message gayathri.annur 2014-04-07 11:36:45 BUG #9894: SQLError() is not returns SQL_NO_DATA_FOUND
Previous Message Gavin Flower 2014-04-06 02:54:03 Re: BUG #9867: ERROR INSTALATION