Bug #693: python interface doesn't handle int8 correctly.
- From: pgsql-bugs(at)postgresql(dot)org
- To: pgsql-bugs(at)postgresql(dot)org
- Subject: Bug #693: python interface doesn't handle int8 correctly.
- Date: Tue, 18 Jun 2002 07:14:50 -0400 (EDT)
- Message-id: <20020618111450.2C13B4762B0@postgresql.org> <text/plain>
Ragnar Kjørstad (postgresql(at)ragnark(dot)vesdtata(dot)no) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
python interface doesn't handle int8 correctly.
Long Description
This applies to postgresql 7.2.1 on linux x86 (32 bit)
getresult() and dictresult() return int4 data in a python int object, but it should use a python long object, or it will overflow.
Home |
Main Index |
Thread Index