Re: [Zope-DB] Zope 2.8 and DCOracle2 Stored Procedures

2005-06-23 Thread Maciej Wisniowski
> Look at line 301 of "DCOracle2/SP.py" and check the implicated > object and its type. Thanks but I think I've already did the thing, and I've even written a post about this but... I've sent it only to myself, not to the group :D As I can see there http://cvs.zope.org/Products/DCOracle2/SP.py

Re: [Zope-DB] Zope 2.8 and DCOracle2 Stored Procedures

2005-06-23 Thread Dieter Maurer
Maciej Wisniowski wrote at 2005-6-23 10:28 +0200: > ... >Module Products.DCOracle2.SP, line 301, in __call__ >TypeError: unbound method _lobConvert() must be called with DB instance >as first argument (got list instance instead) > >On Zope 2.7.x everything is OK. Any ideas what is wrong?? Look at