Skip to content

Handle reserved word case-sensitivity #9

Description

@snowboardit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions