[Zope-dev] Re: zPoPy oid issues

2000-12-27 Thread Casey Duncan
Actually I found that the Postgres length function returns the string length (i.e. number of digits) of a number, so my previous message was wrong about the byte length of an oid. AFAIK they are 4 byte integers. I have found a way to retrieve oids without crashing Python or Zope. You must do an e

[Zope-dev] Re: zPoPy oid issues

2000-12-27 Thread Casey Duncan
[EMAIL PROTECTED] wrote: > > Hi, > > The problem is inside postgresql ! They use OID type for LOB and for table'oid, PoPy >(to simplify LOB handling) detect automagically LOB and returns them to the end user >who can handle them easily. > I study the postgresql sources on the CVS and they have