BC date getting misinterpreted? - Mailing list psycopg

From Joe Abbate
Subject BC date getting misinterpreted?
Date
Msg-id 901cb864-1f80-4fd2-43cc-82528c149b3d@freedomcircle.com
Whole thread Raw
Responses Re: BC date getting misinterpreted?  (Christophe Pettus <xof@thebuild.com>)
List psycopg
The test case is fairly simple:

curs.execute("SELECT '044-03-15 BC'::date")
rows = curs.fetchall()

This results in:

ValueError: year -43 is out of range

[This is Python 3.6, in 2.7, the value is missing]

This was working since last October, but the error started happening 
around the Ides of March (my actual dates are different, but I changed 
the example to fit :-)

Tested against 9.3 thru 10.

Joe


psycopg by date:

Previous
From: Mike Bayer
Date:
Subject: Re: About the psycopg2 name
Next
From: Christophe Pettus
Date:
Subject: Re: BC date getting misinterpreted?