Add option in File->Option->General->General->[Execute Trimmed Statement in Scripts] = default value is TRUE.
"Statements in SQL Scripts will have trailing spaces, line feeds and carriage returns removed before execution."
x = COptionSystem.getBoolean(AFScriptContext.EXECUTE_TRIMMED_KEY, AFScriptContext.EXECUTE_TRIMMED_DEFAULT);
Issue #6370 |
| Closed |
| Fixed |
| Resolved |
Completion |
| No due date |
| No fixed build |
| No time estimate |
x = COptionSystem.getBoolean(AFScriptContext.EXECUTE_TRIMMED_KEY, AFScriptContext.EXECUTE_TRIMMED_DEFAULT);