0
Commencé

Check with newline generated to SQL without spaces

Grzegorz Kaczor il y a 9 ans mis à jour par Agnieszka Kozubek-Krycuń (Chief Scientist) il y a 9 ans 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