Searched refs:MAX_SQL_LEN (Results 1 – 1 of 1) sorted by relevance
39 const int MAX_SQL_LEN = 1024 * 1024; // 1M bytes variable787 if (querySql.size() > MAX_SQL_LEN) { in ParseQueryExpression()