Skip to content

Null characters display inconsistentely #35

@ewaters

Description

@ewaters

If you force pagination by narrowing your console window to force the following output to paginate:

select 'This is a long string that will cause the output to paginate', char(0);

You'll notice that the null character in wide output shows up as an empty, zero length string, but in less it shows up as a grey '^@' which upsets the formatting of the table output (the expected display width of that character was 0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions