oneslideicywater opened a new issue #14129: URL: https://github.com/apache/shardingsphere/issues/14129
## Feature Request does sharding-proxy support `prepare` in postgresql? ### Is your feature request related to a problem? ```bash sharding_db=> create table t_person( person_id int primary key, city int not null); CREATE TABLE sharding_db=> insert into t_person values (1,2); INSERT 0 1 sharding_db=> PREPARE test_pre1(int, int) AS INSERT INTO t_person values($1, $2); ERROR: Prepare ... statement can not support sharding tables route to same data sources. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
