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

doris-database error-based prompt Unsupported command (COM _ STMT _ PREPARE) , #280

Open
MingleZhangOk opened this issue Sep 13, 2023 · 4 comments

Comments

@MingleZhangOk
Copy link

when I using mysql _ fdw to connect to the doris-database error-based prompt Unsupported command (COM _ STMT _ PREPARE) ,
because doris-database is not supported prepare protocol , but I can't switch back to the simple protocol ,
Whether the protocol can be made as configurable ? Expect The Unexpected , thanks

@MingleZhangOk
Copy link
Author

ps : doris-database ==> Apache Doris

@surajkharage19
Copy link

Hi @MingleZhangOk,

Currently, mysql_fdw is not certified and tested to connect doris-database. We do not have any immediate plan to support the same.

@MingleZhangOk
Copy link
Author

@surajkharage19 thanks for there ! of course , i'm Not requiring complete support Apache-Doris plans , Can you adjust the protocol to a configurable parameter

@surajkharage19
Copy link

Hi @MingleZhangOk,

I understand your concern. Currently, most of our APIs are based on prepare protocol (that means queries are prepared first and then executed.) so adding support for simple protocol would require more careful efforts. Currently, this is not on our roadmap, however, feel free to submit a pull request (proposed code changes) for the same and we will take that further.
Thanks for your understanding.

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