tursodatabase / libsql-shell-go

7 stars 7 forks source link

Fix suggestion: select 1 from table3; select 1 f #95

Open luisfvieirasilva opened 1 year ago

luisfvieirasilva commented 1 year ago

The suggester is wrong for the input select 1 from table3; select 1 f Current suggestion: nothing Expected suggestion: from

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