python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Allow Oid_FromPyObject to implicity use a type's Oid Check
Date
Msg-id 20050419195549.E67DC1FB6E3D@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Allow Oid_FromPyObject to implicity use a type's Oid
Check the result of PyNumber_Int and return InvalidOid on error.

This should be more stingy about what it will take, but for now it's convenient.

Modified Files:
--------------
    be/src:
        conv.c (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/conv.c.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: New constants and IST interfaces Add subtransaction
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Forget about NotPyPgTransaction Remove owner checks as