Subject | Re: [firebird-support] Bug isql exchange CR+LF or LF |
---|---|
Author | Helen Borrie |
Post date | 2007-09-03T15:00:15Z |
At 12:50 AM 4/09/2007, you wrote:
if the script was composed on Linux, no CR would be stored.
./hb
>SO WindowsIs your isql on Linux? Linux newline is LF (no carriage return) so,
>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.
if the script was composed on Linux, no CR would be stored.
>Executing script test.sql in the IBExpert andWindows newline is CR+LF.
>MDOScript not the problem occurs.
./hb