Skip to content

Use execute() for statements that don't return data #92

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

Closed
penberg opened this issue May 8, 2025 · 0 comments · Fixed by #93
Closed

Use execute() for statements that don't return data #92

penberg opened this issue May 8, 2025 · 0 comments · Fixed by #93

Comments

@penberg
Copy link
Contributor

penberg commented May 8, 2025

As @sivukhin points out, we currently use query() for everything, which leads to server getting confused and complaining that stream is not found. Let's use execute() for statements that don't return data to fix this.

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 a pull request may close this issue.

1 participant