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

Query prepare & bind for qmark crashes #117

Open
gijzelaerr opened this issue Dec 4, 2020 · 0 comments
Open

Query prepare & bind for qmark crashes #117

gijzelaerr opened this issue Dec 4, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gijzelaerr
Copy link
Collaborator

When running branch #110

and executing this code a couple of times we sometimes get a crash:

import monetdbe

con1 = monetdbe.connect()
con1.execute("create table test(i int, s text)")
con1.execute("insert into test(i, s) values (?, ?)", (5, "bla"))

con2 = monetdbe.connect()
con2.execute("create table test(i int, s text)")
con2.execute("insert into test(i, s) values (?, ?)", (5, "bla"))

con1.execute("insert into test(i, s) values (?, ?)", (5, "bla"))

Using Oct2020 (not Oct2020-sp1)

@gijzelaerr gijzelaerr added the bug Something isn't working label Dec 4, 2020
@gijzelaerr gijzelaerr added this to the 0.10 milestone Dec 4, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.10, 0.11 Apr 9, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.11, 0.12 Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants