Skip to content

ISQL can not prepare query containing ascii_char(26), issuing "Expected end of statement, encountered EOF" #8512

Open
@pavel-zotov

Description

@pavel-zotov

Consider script (unpack it from attached .zip):

connect '/:employee';
set echo on;
set list on;

select '1←2' from rdb$database;

select '1→2' from rdb$database;
quit;

Run it ( isql -q -i ... ).
Output will be:

isql -q -i isql-prepaing-fail.sql
set list on;
select '1←2' from rdb$database;
CONSTANT                        1←2

select '1
Expected end of statement, encountered EOF

isql-prepaing-fail.sql.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions