-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Empty query causes loop #950
Comments
The source of the bug is that Lines 1749 to 1752 in d33341f
Compounding the issue, each call to Lines 2105 to 2111 in d33341f
Basically, In short, there are two bugs in play:
|
3900dc3 has since been applied. |
Considering that there a few bugs in this library that are due to |
By mistake stupid me executed an empty query. This resulted in an (infinite?) loop and hanged my application.
The minimal example below reproduces this. This example uses an in-memory database, but it occurs with a database file as well.
Version: v1.14.7
Results in:
I don't know what the expected behavior should be. Maybe return an error?
The text was updated successfully, but these errors were encountered: