Bug #3092
Mis à jour par Serge Heiden il y a plus de 4 ans
Since TXM 0.8.0, the CQL string length cqp limit has been set to 16000 to limit CQP (and TXM) crash on long CQL strings.
But there are always new TXM usages that can crash CQP by very long CQL strings.
16000. To definitively avoid TXM crash (memory linked to CQP's cqp's memory), add tests on CQL length before calling cqi.cqpQuery() and show an error message that indicates the current TXM CQL string maximum length limit and the current CQL string length.
But there are always new TXM usages that can crash CQP by very long CQL strings.
16000. To definitively avoid TXM crash (memory linked to CQP's cqp's memory), add tests on CQL length before calling cqi.cqpQuery() and show an error message that indicates the current TXM CQL string maximum length limit and the current CQL string length.