You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/04/13 04:18:29 UTC

[GitHub] [incubator-shardingsphere] tuohai666 edited a comment on issue #4904: proxy4.0.1 PREPARE SQLParsingException

tuohai666 edited a comment on issue #4904: proxy4.0.1 PREPARE SQLParsingException
URL: https://github.com/apache/incubator-shardingsphere/issues/4904#issuecomment-612742356
 
 
   @wangjing112, Thanks for your report. The parser didn't support PREPARE yet. I'll try to fix it, this is the first step.
   
   The next step is complicated. PREPARE and EXECUTE in this case are not real preparedStatement transport in the wire. They are all TEXT protocol. We don't have the mechanism to cache the parameter like @id.
   
   BTW, can you show me the scenarios that you use PREPARE like that?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services