Re: Missing typecasters [was: Decimal]

Daniele Varrazzo <[email protected]> Wed, 14 Apr 2010 08:59:45 +0100
Newsgroups gmane.comp.python.db.psycopg.devel
Message-ID <[email protected]>
On Wed, Apr 14, 2010 at 8:01 AM, Federico Di Gregorio <fog-NGVKUo/i/[email protected]> wrote:

> I also merged everything else from the fix22 branch (the code seemed
> fine to me) but I didn't check the tests and now one test fails in a
> curious way; are you sure you committed everything? :)
>
> ERROR: test_flush_on_write (test_async.AsyncTests)

This test depends on one of the commits Jan has pushed in his
async_fixes branch. I added it to show a bug (flushing large queries)
he has fixed later too, as described in this last weekend's emails.

Cheers,

-- Danele