From: SourceForge.net <no...@so...> - 2003-02-17 13:06:03
|
Bugs item #656798, was opened at 2002-12-20 14:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=656798&group_id=16528 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Maas (petermaas) Assigned to: Gerhard Häring (ghaering) Summary: ZpyPgSQLDA failure in ZOPE 2.6 / Win2k Initial Comment: I try to access postgresql 7.1 db on linux server with ZpyPgSQLDA. running on Zope 2.6.0 (python 2.1.3) on Win2000. On database1 (which I don't own) a SELECT on a 665 rows table yields the ZOPE error: Error Type: RuntimeError Error Value: maximum recursion depth exceeded A SELECT on a 22 rows table yields: This statement returned no results. On another database (which I own) on the same server I get the desired result (10 row table) but it takes quite long (about 5 seconds). I tried all cases in Python 2.1.3 (and Python 2.2) directly with pyPgSQL and everything worked well (got the results nearly immediately). So I suspect that there's something wrong with Zope or ZpyPgSQLDA. Regards, Peter. ---------------------------------------------------------------------- >Comment By: Gerhard Häring (ghaering) Date: 2003-02-17 14:13 Message: Logged In: YES user_id=163326 Sorry, I haven't looked into ZpyPgSQLDA for ages. Probably because I currently don't use ZOPE myself. Considering this, I'd suggest you check out ZpsycopgDA instead, as it's likely better supported at this time. There seem to be win32 binaries available at http://www.zope.org/Members/pvl/PsycopgWin32/psycopgWin32/view I hate to have to recommend the "competition", but looked at raitionally, this is most likely the best solution for now. Sorry for the inconvenience. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=116528&aid=656798&group_id=16528 |