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

prevent empty query to be executed #786

Merged
merged 1 commit into from Sep 25, 2022
Merged

Conversation

sio4
Copy link
Member

@sio4 sio4 commented Sep 25, 2022

Empty Query should not be executed.

fixes #560

@sio4 sio4 added the bug Something isn't working label Sep 25, 2022
@sio4 sio4 added this to the v6.0.7 milestone Sep 25, 2022
@sio4 sio4 self-assigned this Sep 25, 2022
executors.go Show resolved Hide resolved
executors.go Show resolved Hide resolved
query.go Show resolved Hide resolved
query_test.go Show resolved Hide resolved
query_test.go Show resolved Hide resolved
sql_builder.go Show resolved Hide resolved
@sio4 sio4 mentioned this pull request Sep 25, 2022
30 tasks
@sio4 sio4 merged commit 9efb85f into main Sep 25, 2022
@sio4 sio4 deleted the prevent-empty-query-to-be-executed branch September 25, 2022 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running an empty RawQuery causes a panic
1 participant