[Zope] sql_delimiter broken?

hpinson at indepthl.com hpinson at indepthl.com
Mon Jan 24 17:04:47 EST 2005


The ability to pass multiple sql calls in one ZSQL method using 
sql_delimiter seems to be broken in 2.7.4.

This no longer works in a single ZSQL method:

INSERT INTO ...;
<dtml-var sql_delimiter>

INSERT INTO ...;
<dtml-var sql_delimiter>

Crashes the sql on encountering the sql_delimiter.

Does anyone know of any workaround outside of using separate ZSQL 
methods for each statement? I know... convert it to Python.  

Harlow Pinson
Indepth Learning
Email: hpinson at indepthl.com 
Web: http://www.indepthl.com
Voice: 505-994-2135
FAX: 208-475-7678



More information about the Zope mailing list