Forum OpenACS Development: Re: Problem escaping character in xql

Collapse
Posted by Dave Bauer on
If you are building a string, sometimes it is easier to do it in Tcl after the query.

You should be able to escape the [ ] with a backslash like this \[ \].