16 May 2004 11:09
RELEASE: psycopg 1.1.12
Hi *, here we are with psycopg 1.1.12. I don't usually give names to psycopg releases but this one _had_ to be named "martin, you won't have this package" (hi martin!) psycopg 1.1.12 can be downloaded from its home page on the initd.org website or directly from http://initd.org/pub/software/psycopg/psycopg-1.1.12.tar.gz new in this release (see NEWS and ChangeLog files for full changes): * Fixed nasty segfault/deadlock in switch_isolation_level. * Now the PostgreSQL TIME type is correctly converted to a DateTimeDelta instead of a DateTime. This is much better because you can now add two times and a time and a date. * Added an "sslmode" parameter (look at PostgreSQL documentation for possible values.) * .execute() now rise the right exception if called with a wrong tuple/dict. Also, %% in queries does not raise an exception anymore. * Updated RPM specs (thanks to Mark McClain we now have updated RPMs on initd.org too.) have fun, federico(Continue reading)
RSS Feed