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

Command-Right breaks for unicode chars? #9

Closed
kaidaguerre opened this issue Jan 20, 2021 · 1 comment
Closed

Command-Right breaks for unicode chars? #9

kaidaguerre opened this issue Jan 20, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kaidaguerre
Copy link
Contributor

I had a query where I tried a unicode domain:

select * from whois_record where domain = 'München.com';

I can Command-Left through the line in history no problem:

Welcome to Steampipe v0.0.14
Type ".inspect" for more information.
> select * from whois_record where domain = 'München.com';

But as soon as I Command-Right over the ü character things break:

~/src/steampipe $ steampipe query
Welcome to Steampipe v0.0.14
Type ".inspect" for more information.
> select * from whois_record where domain =runtime error: slice bounds out of range [:57] with capacity 56
@kaidaguerre kaidaguerre added the bug Something isn't working label Jan 20, 2021
@kaidaguerre kaidaguerre added this to the 0.1.4 milestone Feb 9, 2021
@kaidaguerre kaidaguerre removed the 0.2.0 label Feb 9, 2021
@kaidaguerre
Copy link
Contributor Author

fixed by e026f12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants