Share

Python Interface to PostgreSQL

Code

Programming Languages: C, Python

License: Python License (CNRI Python License)

Repositories

browse code, statistics cvs -d:pserver:anonymous@pypgsql.cvs.sourceforge.net:/cvsroot/pypgsql login

cvs -z3 -d:pserver:anonymous@pypgsql.cvs.sourceforge.net:/cvsroot/pypgsql co -P modulename

Show:

What's happening?

  • PgConnection.flush fails to handle nonblocking writes

    PgConnection.flush appears to misunderstand how to use the underlying PQflush function. When PQflush returns 1, this is not an error. The 1 should be returned to the caller of PgConnection.flush, so the caller knows whether to call flush again. 1 means "call again when the socket is writable." 0 means "no more data to write". -1 means error, and only in this case should...

    2009-11-13 19:15:27 UTC by edwardfaulkner

Our Numbers