From: <no...@so...> - 2002-11-29 20:32:34
|
Bugs item #645830, was opened at 2002-11-29 21:32 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=645830&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ondrej Palkovsky (ondrap) Assigned to: Nobody/Anonymous (nobody) 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=645830&group_id=16528 |