Re: 2.4.2 code ready - Mailing list psycopg

From Federico Di Gregorio
Subject Re: 2.4.2 code ready
Date
Msg-id 4DEF2A48.90202@dndg.it
Whole thread Raw
In response to 2.4.2 code ready  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Responses Re: 2.4.2 code ready  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg
On 04/06/11 17:50, Daniele Varrazzo wrote:
> About the problem of the ghost mx.DateTime, I've reverted building its
> support if the includes are found at compile time, but now import
> doesn't fail if the module is not found at runtime.
>
> I would wait for Jason+Stephen to clean up the windows part of the
> setup, then I think we can release.

Hi,

yesterday I had a good look at all the code and every single change
seems fine to me. I merged everything but there is a little quirk: I see
that you're using lower case for SQL keywords like the transaction
levels while the PostgreSQL preferred lettering is uppercase (just have
a look at the manuals). I think it would be better to just be coherent
with PostgreSQL documentation.

Also waiting on Jason+Stephen for any windows fix before the release.

federico

--
Federico Di Gregorio                         federico.digregorio@dndg.it
Studio Associato Di Nunzio e Di Gregorio                  http://dndg.it
                             Best friends are often failed lovers. -- Me

psycopg by date:

Previous
From: Håvard Wahl Kongsgård
Date:
Subject: Re: Problem with index using regular expression
Next
From: Daniele Varrazzo
Date:
Subject: Re: 2.4.2 code ready