Re: Missing typecasters [was: Decimal]

Daniele Varrazzo <[email protected]> Tue, 20 Apr 2010 03:19:52 +0100
Newsgroups gmane.comp.python.db.psycopg.devel
Message-ID <[email protected]>
On Mon, Apr 19, 2010 at 11:16 PM, Daniele Varrazzo
<[email protected]> wrote:

> I am updating the documentation to reflect those changes, and also
> implementing the other changes requested by fog (executing() ->
> isexecuting(), issync() -> async), after which I will provide a
> version of the green branch rebased above the result.

Ok, I've integrated Jan's async_fixes branch with the above changes
into the python2 branch of my repos. I've integrated Jan's with mine
in order to avoid dependency problems like the missing function in the
test the other day: tell me if you can merge ok.

The documentation is available for review at [1] (async overview), [2]
(async-related connection methods), [3] (poll constants).

[1] http://initd.org/psycopg/docs/advanced.html#asynchronous-support
[2] http://initd.org/psycopg/docs/connection.html#connection.async
[3] http://initd.org/psycopg/docs/extensions.html#poll-constants

The documentation for notifies must be fixed because it still refers
the dropped isready() method: I'll fix it tomorrow.

-- Daniele