Submitted by: @mrotteveel
If a query contains a formfeed (\f or ASCII 0x0C), then Firebird produces the error:
Dynamic SQL Error; SQL error code = -104; Token unknown - line 3, column 1; [SQLState:42000, ISC error code:335544634]
(where the token is the formfeed character)
Instead a formfeed should be considered whitespace.
Submitted by: @mrotteveel
If a query contains a formfeed (\f or ASCII 0x0C), then Firebird produces the error:
Dynamic SQL Error; SQL error code = -104; Token unknown - line 3, column 1; [SQLState:42000, ISC error code:335544634]
(where the token is the formfeed character)
Instead a formfeed should be considered whitespace.