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

fix panic when asking for .description on a newly created cursor #67

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

cloud11665
Copy link
Contributor

minimal repro:

import libsql_experimental as libsql # type: ignore

conn = libsql.connect("test.db")
cur = conn.cursor()
print(cur.description) # PANIC!

@penberg penberg merged commit 1deb9f3 into tursodatabase:main Jul 27, 2024
6 checks passed
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.

2 participants