//print.e("1:"+sql.getSQLString());
prettySQL = SQLPrettyfier.prettyfie(sql.getSQLString());
//print.e("2:"+prettySQL);
try {
Query query=executer.execute(pc,sql,prettySQL,maxrows);
query.setExecutionTime(stopwatch.time());
return query;
} catch (PageException ex) {
//railo.print.printST(ex);
//railo.print.out("old executor/zql crash at:");
//railo.print.out("--------------------------------");