Re: Bug in SQLTransformer "substitute-value"

2001-08-30 Thread Marcelo F. Ochoa
Gerd Mueller wrote: >Hi, > >I use the latest cocoon_20_branch. > >The SQLTransformer replaces the ' by " while processing the > tag. But this is an error especially for >HypersonicSQL, e.g. if the substitute value is >"where column='value'" replacing the ' by " gives an SQLException. > >I don'

Bug in SQLTransformer "substitute-value"

2001-08-30 Thread Gerd Mueller
Hi, I use the latest cocoon_20_branch. The SQLTransformer replaces the ' by " while processing the tag. But this is an error especially for HypersonicSQL, e.g. if the substitute value is "where column='value'" replacing the ' by " gives an SQLException. I don't think that the replacement i