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 2022/11/01 09:17:41 UTC

[GitHub] [shardingsphere] bojiw opened a new issue, #21885: Get the sql executed on the current connection of sharding-proxy

bojiw opened a new issue, #21885:
URL: https://github.com/apache/shardingsphere/issues/21885

   Currently want to get the sql executed before the current connection in the rewrite module
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #21885: Get the sql executed on the current connection of sharding-proxy

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #21885:
URL: https://github.com/apache/shardingsphere/issues/21885#issuecomment-1300623837

   Hi @bojiw 
   I'm not very clear, maybe this issue can help you #17942


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #21885: Get the sql executed on the current connection of sharding-proxy

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #21885:
URL: https://github.com/apache/shardingsphere/issues/21885#issuecomment-1299467471

   Hi @bojiw 
   It's not clear what your intention is from your description, please provide a valid message through the issue template.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] bojiw commented on issue #21885: Get the sql executed on the current connection of sharding-proxy

Posted by GitBox <gi...@apache.org>.
bojiw commented on issue #21885:
URL: https://github.com/apache/shardingsphere/issues/21885#issuecomment-1299630404

   Hi @RaigorJiang 


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] bojiw commented on issue #21885: Get the sql executed on the current connection of sharding-proxy

Posted by GitBox <gi...@apache.org>.
bojiw commented on issue #21885:
URL: https://github.com/apache/shardingsphere/issues/21885#issuecomment-1299510732

   There is currently a function that requires secondary development of sharding-proxy
   Demand content:
   After receiving the select last_insert_id() sql, need to rewrite the sql with the name of the table to be queried
   
   At present, it is considered to save the table name as the current connection id when executing insert, and then obtain the table name saved by insert through the current connection id when executing select last_insert_id().
   
   I want to determine whether the current sharding-proxy is using the same connection when the business executes insert and then executes select last_insert_id. If so, where is it appropriate to implement the operation just now?
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] bojiw closed issue #21885: Get the sql executed on the current connection of sharding-proxy

Posted by GitBox <gi...@apache.org>.
bojiw closed issue #21885: Get the sql executed on the current connection of sharding-proxy
URL: https://github.com/apache/shardingsphere/issues/21885


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org