jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
910 stars 51 forks source link

Add ILIKE to the list of comparators #128

Closed svanharmelen closed 10 hours ago

svanharmelen commented 15 hours ago

I just added a few more missing components and improved the completion a little so it actually filters out suggestions that no longer match what a user has typed in. In addition ordered the suggestions for readability.

Will make a separate PR for fixing the lint error. Guess the linter is updated as this PR doesn't touch that code.