Thread: RELEASE: psycopg 2.4.3

RELEASE: psycopg 2.4.3

From
Federico Di Gregorio
Date:
Hi *,

got a flu so without further ado here it is: psycopg 2.4.3. As always
download signed source package from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.2.tar.gz
http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.2.tar.gz.asc

And here is what's new in this release:

   - connect() supports all the keyword arguments supported by the
     database
   - Added 'new_array_type()' function for easy creation of array
     typecasters.
   - Added support for arrays of hstores and composite types (ticket
     #66).
   - Fixed segfault in case of transaction started with connection lost
     (and possibly other events).
   - Fixed adaptation of Decimal type in sub-interpreters, such as in
     certain mod_wsgi configurations (ticket #52).
   - Rollback connections in transaction or in error before putting them
     back into a pool. Also discard broken connections (ticket #62).
   - Lazy import of the slow uuid module, thanks to Marko Kreen.
   - Fixed NamedTupleCursor.executemany() (ticket #65).
   - Fixed --static-libpq setup option (ticket #64).
   - Fixed interaction between RealDictCursor and named cursors
     (ticket #67).
   - Dropped limit on the columns length in COPY operations (ticket #68).
   - Fixed reference leak with arguments referenced more than once
     in queries (ticket #81).
   - Fixed typecasting of arrays containing consecutive backslashes.
   - 'errorcodes' map updated to PostgreSQL 9.1.


Have fun,
federico

Re: RELEASE: psycopg 2.4.3

From
Daniele Varrazzo
Date:

On Dec 11, 2011 10:10 PM, "Federico Di Gregorio" <fog@dndg.it> wrote:
> As always download signed source package from:

Correct links should be:

http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.3.tar.gz
http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.3.tar.gz.asc

-- Daniele

Re: RELEASE: psycopg 2.4.3

From
Federico Di Gregorio
Date:
On 12/12/11 00:45, Daniele Varrazzo wrote:
> On Dec 11, 2011 10:10 PM, "Federico Di Gregorio" <fog@dndg.it
> <mailto:fog@dndg.it>> wrote:
>  > As always download signed source package from:
>
> Correct links should be:
>
> http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.3.tar.gz
> http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.3.tar.gz.asc

Ooops! :D

federico