0
Iniciado

Check with newline generated to SQL without spaces

Grzegorz Kaczor hace 9 años actualizado por Agnieszka Kozubek-Krycuń (Chief Scientist) hace 9 años 3
I have a check:

CONDITION
OR
CONDITION

written in 3 lines. In generated SQL the check looks like:

CONDITIONORCONDITION

but it should be

CONDITION OR CONDITION