Subject Bug isql exchange CR+LF or LF
Author piraju1379
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.

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

Would be one bug of isql or exists some configuration?

Thanks,
Paulo Geloramo
Brazil