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

In console, Escape Sequence '\r' '\0' return display are incorrect #621

Closed
whitewum opened this issue Jul 12, 2019 · 3 comments
Closed

In console, Escape Sequence '\r' '\0' return display are incorrect #621

whitewum opened this issue Jul 12, 2019 · 3 comments
Assignees
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@whitewum
Copy link
Contributor

whitewum commented Jul 12, 2019

I checked the following escape sequence with Mysql:

I think \r and \0 returns are incorrect:

yield "absd\0berec"
================
   |        "absd | 
 ================ 
    |         absd | 
 ----------------    
 yield "abs\rec" as a 
ec |s      

And,

\'  \" \b \n \t  

looks OK.

I'm not sure about the following:

\Z \% \_
@whitewum whitewum added the type/enhancement Type: make the code neat or more efficient label Jul 12, 2019
@whitewum
Copy link
Contributor Author

@whitewum whitewum changed the title In console, Escape Sequence '\r' '\0' displays incorrect In console, Escape Sequence '\r' '\0' return display are incorrect Jul 12, 2019
@whitewum whitewum added this to the R201910 milestone Jul 12, 2019
@jude-zhu jude-zhu removed this from the R201910 milestone Oct 28, 2019
@jude-zhu
Copy link
Contributor

jude-zhu commented Apr 13, 2021

2.x fixed

@whitewum
Copy link
Contributor Author

fixed

aha?

yixinglu pushed a commit to yixinglu/nebula that referenced this issue Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

3 participants