Subject | Isql exchange CR+LF for LF |
---|---|
Author | piraju1379 |
Post date | 2007-08-31T15:39:15Z |
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.
Executing script test.sql in the IBExpert not
the problem occurs.
Would be one bug of isql or exists some configuration?
Thanks,
Paulo Geloramo
Brazil
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.
Executing script test.sql in the IBExpert not
the problem occurs.
Would be one bug of isql or exists some configuration?
Thanks,
Paulo Geloramo
Brazil