We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
njnes
No branches or pull requests
When running branch #110
and executing this code a couple of times we sometimes get a crash:
Using Oct2020 (not Oct2020-sp1)
The text was updated successfully, but these errors were encountered: