I believe the queryType parameter should map to the query language constant values defined by javax.jcr.query.Query. The value for JCR_SQL2 is "JCR-SQL2".
Mark Adamcin Acquity Group On Thu, Aug 4, 2011 at 10:09 AM, Mark Herman <[email protected]> wrote: > I'm trying to use the .query.json request with a JCR_SQL2 query but I can't > find what queryType I should pass on or even if it's supported. Of course I > could use the old sql syntax but I was trying to stick to SQL2 considering > that JCR2.0 depreciates the old one. Thanks. >
