bug in PyGreSQL module

Oleg Broytmann phd at sun.med.ru
Tue Apr 13 12:27:15 EDT 1999


On Tue, 13 Apr 1999, Jeremy Hylton wrote:
> I found an apparent bug in the Python interface to PostgreSQL.  I
> tried sending a query to the author but haven't heard back, so I'm
> looking for other users to see if they have run into the problem.
> I have a table with lots of int fields, some of which of NULL.  When I 
> do a Python query, the PyGreSQL module converts the NULL to 0 instead
> of None, which is the value I expected.  Is that a reasonable
> expectation? 

   I have not noted such problem, I am using PyGres quite happily. Which
version you are using?

> The PyGreSQL module doesn't implement the DB API, but I checked there
> anyway.  Alas, it didn't say anything about how to handle NULL.

   DB API will be implemented in the upcominh PyGres 3.0.

> Jeremy

Oleg.
---- 
    Oleg Broytmann  National Research Surgery Centre  http://sun.med.ru/~phd/
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list