Re: BC date getting misinterpreted?

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: BC date getting misinterpreted?
Дата
Msg-id 7BED4280-DF86-4FD6-91BC-C68420E83AEA@thebuild.com
обсуждение исходный текст
Ответ на BC date getting misinterpreted?  (Joe Abbate <jma@freedomcircle.com>)
Ответы Re: BC date getting misinterpreted?  (Christophe Pettus <xof@thebuild.com>)
Re: BC date getting misinterpreted?  (Joe Abbate <jma@freedomcircle.com>)
Список psycopg
In both 2.7 and 3.6, datetime.MINYEAR is 1, so I'm a bit surprised this ever worked.

> On Mar 26, 2018, at 16:11, Joe Abbate <jma@freedomcircle.com> wrote:
>
> 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
>

--
-- Christophe Pettus
   xof@thebuild.com



В списке psycopg по дате отправления:

Предыдущее
От: Joe Abbate
Дата:
Сообщение: BC date getting misinterpreted?
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: BC date getting misinterpreted?