Subject Odp: Why backlash do not raise parser error
Author liviuslivius@poczta.onet.pl
Hi,

I see that it is not sql problem only connectivity problem. Delphi Firedac remove it before executing.

Regards,
Karol Bieniaszewski

----- Reply message -----
Od: "liviuslivius@..." <liviuslivius@...>
Do: <firebird-support@yahoogroups.com>
Temat: Why backlash do not raise parser error
Data: wt., cze 20, 2017 12:42


Hi,

Why backslash does not raise parser :error?

E.g.
Select * from rdb$relations\ R
Inner join rdb$relation_fields rf on rf.rdb$relation_name = r.rdb$relation_name\
Where
1=1

Try first line only or whole sql.

Interesting that mssql also does not raise exception. It have some reserved meaning?

Regards,
Karol Bieniaszewski