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

IO Error: Failed to run query "START TRANSACTION": UDAL - Unknown command #82

Open
2 tasks done
zhangzhangyaa opened this issue Sep 4, 2024 · 1 comment
Open
2 tasks done

Comments

@zhangzhangyaa
Copy link

What happens?

i want to use duckdb connect wrapped mysql called teledb, first attach , second use mysql_db, then it reported errors.
does duckdb have a option do not exec "start transaction"?

To Reproduce

attach 'connection info' as mysql_db (type mysql);
use mysql_db;

OS:

linux

MySQL Version:

5.7

DuckDB Version:

0.10.1

DuckDB Client:

cli

Full Name:

zhangzhang

Affiliation:

personal

Have you tried this on the latest main branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree
@driv
Copy link

driv commented Nov 22, 2024

I'm having a similar issue with another mysql compatible DB that does not support transactions. Is it possible to disable transactions when connecting to mysql in DuckDB?

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

No branches or pull requests

2 participants