Skip to content

Don't accept term command if ';' is EOL but within a quote #20

Open
@ewaters

Description

@ewaters

This should work:

altsql> select * from film where title = ";
";

This means: select * from film where title = ";\n"
We need to look at the buffer and determine if the ';' or '\c' or '\g' is within a quote scope before treating it as an EOL signifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions