On Thu, 22 Feb 2007 18:48:20 +0100
Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> I noticed that in pgmodule.c in the function pgsource_oidstatus(),
> the Oid is treated as a long in C and returned as an int in Python,
> while in the function pg_query(), the oid is treated as a long long
> in C and returned as a long in Python. I think we should handle this
> consistently. I think we can safely assume that an Oid has 4 bytes.

No argument from me.  Go ahead.

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to