Bugs item #645830, was opened at 2002-11-29 15:32
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=116528&aid=645830&group_id=16528
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Ondrej Palkovsky (ondrap)
Assigned to: Billy G. Allie (ballie01)
Summary: DateTime for postgres 7.2.3
Initial Comment:
I have tried to access postgres 7.2.3 'datetime'
(timestamp without time zone) type and always received
a string from pgsql. I had to add type '1114' to the
DBApiTypeObject DATETIME definition. I didn't find such
constant in libpq so I guess it would need to be added
there too.
----------------------------------------------------------------------
>Comment By: Billy G. Allie (ballie01)
Date: 2002-12-01 00:24
Message:
Logged In: YES
user_id=8500
This is fixed in CVS and will be in the pyPgSQL 2.3 release.
----------------------------------------------------------------------
Comment By: Billy G. Allie (ballie01)
Date: 2002-11-30 00:43
Message:
Logged In: YES
user_id=8500
7.2.3 brought into being a new type (TIMESTAMPTZOID) that
didn't get put into pyPgSQL. It also changed the OID used
for TIMESTAMP. I will be fixing tis problem and adding
support for reference cursors shortly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=116528&aid=645830&group_id=16528
|