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

Fixes #10687 - regression caused by #10273. Changing PRAGMA queries back to use query() instead of run() #10774

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BARNZ
Copy link

@BARNZ BARNZ commented Mar 13, 2024

A recent MR #10273 included some unnecessary changes that made SQLite PRAGMA queries be executed using connection.run instead of connection.query.

This causes the bug reported in #10687

This MR simply reverts a small part of #10273 to go back to the previous working behavior.

… back to .run() instead of .query() for all PRAGMA calls.
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

1 participant