[ZCM] [ZC] 2251/ 3 Reject "maximum size of an Zsql query"

"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Sat, 09 Jun 2007 08:15:42 -0400
Newsgroups gmane.comp.web.zope.devel.collector-monitor
Message-ID <[email protected]>
Issue #2251 Update (Reject) "maximum size of an Zsql query"
 Status Rejected, Database/bug+solution medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/2251

==============================================================
= Reject - Entry #3 by ajung on Jun 9, 2007 8:15 am

 Status: Pending => Rejected


________________________________________
= Comment - Entry #2 by ajung on Dec 6, 2006 2:55 am

What do you want to tell us with the nonsense in uploaded file?

If you get a segfault: take gdb to track down where the problem occurs. This might be a problem of your Python DB extension module.
*You* must provide the related information because you have the error unless the error can be reproduced on other systems.

So please: provide the related information using 'gdb'


________________________________________
= Request - Entry #1 by sarivoli on Dec 6, 2006 2:45 am


Uploaded:  "zsql_query.doc"
 - http://www.zope.org/Collectors/Zope/2251/zsql_query.doc/view
Over all:
   When I try to execute a zsql query which generates sql string, which has approximately  50000 characters (with space), zope throws "Segmentation fault" and stopped its execution.

  I am updating a filed (‘text’ data type field in MS-SQL) with large amount of data (text data).
  When I try to execute Update or Insert statement, with more than 50000 characters text data, zsql throws Segmentation Fault error and stopped the zope execution.
==============================================================