Hi, You do not indicate what type of queries you have (SelectQuery, SQLTemplate, etc?) Also could you give an example of what characters you'd like to escape? There is a good chance the answer will be to escape it manually, but I was wondering about the use case.
Andrus On May 7, 2012, at 6:45 AM, Simran Narula wrote: > Hi, > > I have a bunch of named queries in my application.map.xml... > > And cayenne does not seems to be escaping the parameter values when these > queries are executed > > Is there a way I can SWITCH ON escaping for these named queries in cayenne or > is there no way and I will have to manually escape the parameter values > passed to these queries ?? > > Thanks
