Skip to content

Conversation

@ant-zuev
Copy link
Contributor

The test creates a Statement without explicitly deleting it:
ps = cur.prepare(q)
Sometimes this can cause Python to crash. Perform prepare using the with manager to avoid uncontrolled deletion.

ant-zuev and others added 4 commits September 22, 2023 11:27
…rom the test. The index does not refer to the fix, while the optimizer may produce a plan different from the expected one.
…form prepare using the with manager to avoid uncontrolled deletion of the Statement object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants