My configuration is:
Python 2.5
SA 0.5rc1
psycopg 2.0.8
Postgres 8.3.4
Windows XP

The problem was in locale. I have russian locale and Moscow time zone.
DB had configuration which outputed this date (in 1919 year) as
string: "1919-01-01 15:04:48+03:30:48". Look at time zone offset.
Psycopg2 fails on it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to