Searched refs:MAX_SQLITE_BIND_SIZE (Results 1 – 1 of 1) sorted by relevance
42 const int MAX_SQLITE_BIND_SIZE = 50000; variable745 if (queryNode.fieldValue[i].stringValue.size() > MAX_SQLITE_BIND_SIZE) { in BindFieldValue()