For context, we are simply checking word(s) arguments with language words directly. Currently, there is no case conversion happening.
To better inform the user, we should output if any word argument(s) matches closely, in addition to exact matches.
For example
We query for the word set in both lower and uppercase and find completely different results
$ reserved set
typescript
• set
kotlin
• set
dart
• set
$ reserved SET
sql-server
• SET
sql-lite
• SET
redis
• SET
oracle
• SET
cassandra
• SET
mariadb
• SET
mysql
• SET
postgres
• SET
For context, we are simply checking word(s) arguments with language words directly. Currently, there is no case conversion happening.
To better inform the user, we should output if any word argument(s) matches closely, in addition to exact matches.
For example
We query for the word
setin both lower and uppercase and find completely different results$ reserved set$ reserved SET