Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tiny bug in checking whether a SQL statement is a SELECT statement or not #132

Merged
merged 1 commit into from Nov 16, 2021
Merged

Fix tiny bug in checking whether a SQL statement is a SELECT statement or not #132

merged 1 commit into from Nov 16, 2021

Conversation

mi-wada
Copy link
Contributor

@mi-wada mi-wada commented Nov 5, 2021

changelog: none

In checking whether a SQL statement is a SELECT statement or not, Only cases beginning with SELECT or select were considered to be SELECT statements, so we changed the check to be case-insensitive.

Copy link
Owner

@TaKO8Ki TaKO8Ki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@TaKO8Ki TaKO8Ki merged commit f96a573 into TaKO8Ki:main Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants