0
Started

Check with newline generated to SQL without spaces

Grzegorz Kaczor fa 9 anys updated by Agnieszka Kozubek-Krycuń (Chief Scientist) fa 9 anys 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