[ZCM] [ZC] 2251/ 1 Request "maximum size of an Zsql query"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2251 Update (Request) "maximum size of an Zsql query" Status Pending, Database/bug+solution medium To followup, visit: http://www.zope.org/Collectors/Zope/2251 ============================================================== = 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. ==============================================================