chtd / psycopg2cffi

Port to cffi with some speed improvements
Other
177 stars 43 forks source link

Fixed several errors in date/time parsing #12

Closed dvarrazzo closed 11 years ago

dvarrazzo commented 11 years ago

Because of a missing attribute in the extensions module several tests were not run. Running them has exposed a lot of issues in adaptation/typecasting of date/time objects. This branch should fix everything.

Reported in mvantellingen/psycopg2-ctypes#30

lopuhin commented 11 years ago

This is great, thank you!