tursodatabase / libsql-shell-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix suggestion: insert i

luisfvieirasilva opened this issue · comments

The suggester is wrong for the input insert i
Current suggestion: insert
Expected suggestion: into

We have a commented test for this at ./libsql-shell/internal/suggester/suggester_test.go. Please comment this out once it's fixed.

Might be worth taking a look at this bug as well:

Screencast.from.30-05-2023.10.47.14.webm

Seems the suggester does not consider spaces as an end-of-token.