EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
521 stars 160 forks source link

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

Open MingleZhangOk opened 9 months ago

MingleZhangOk commented 9 months ago

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 commented 9 months ago

ps : doris-database ==> Apache Doris

surajkharage19 commented 9 months ago

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 commented 9 months ago

@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 commented 9 months ago

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.