janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
9 stars 17 forks source link

Accept case insensitive queries #42

Open Tajinder-Dhoot opened 10 months ago

Tajinder-Dhoot commented 10 months ago

Is your feature request related to a problem? Please describe. It is not related to a problem. if implemented, web app would behave same as in SQL servers.

Describe the solution you'd like Accept queries in uppercase, lowercase or mixed case.

Additional context

lowercase query

case insensitive querires

UPPERCASE query

case insensitive querires uppercase
Tajinder-Dhoot commented 10 months ago

@janvi01 I have the change ready for PR if you agree on this change.