You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I had a query where I tried a unicode domain:
I can Command-Left through the line in history no problem:
But as soon as I Command-Right over the ü character things break:
The text was updated successfully, but these errors were encountered: