
0
Started
Check with newline generated to SQL without spaces
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
CONDITION
OR
CONDITION
written in 3 lines. In generated SQL the check looks like:
CONDITIONORCONDITION
but it should be
CONDITION OR CONDITION
Customer support service by UserEcho
Replies 3