Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null characters display inconsistentely #35

Open
ewaters opened this issue Jul 2, 2012 · 1 comment
Open

Null characters display inconsistentely #35

ewaters opened this issue Jul 2, 2012 · 1 comment
Labels

Comments

@ewaters
Copy link
Owner

ewaters commented Jul 2, 2012

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).

@lancew
Copy link

lancew commented May 17, 2017

Confirmed this still happens on the latest master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants