Subject Re: [firebird-support] Bug isql exchange CR+LF or LF
Author Helen Borrie
At 12:50 AM 4/09/2007, you wrote:
>SO Windows
>Firebird 2.0.1
>
>Using isql to execute one script test.sql
>isql -i test.sql
>
>*/test.sql*/
>INSERT INTO Table1 (Field1)
>VALUES ('Line1
>Line2');
>
>Isql exchange CR+LF for LF.

Is your isql on Linux? Linux newline is LF (no carriage return) so,
if the script was composed on Linux, no CR would be stored.


>Executing script test.sql in the IBExpert and
>MDOScript not the problem occurs.

Windows newline is CR+LF.

./hb