You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "mlycore (via GitHub)" <gi...@apache.org> on 2023/03/20 12:54:47 UTC

[GitHub] [shardingsphere-on-cloud] mlycore opened a new issue, #270: 🚀 request help: Write a converter to generate DistSQL from specific struct type

mlycore opened a new issue, #270:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/270

   ### Request description
   
   E.g.  A struct defined as below:
   
   ```golang
   type EncryptRule struct{}
   func (t EncryptRule) ToDistSQL() string {}
   ```
   While invoking ToDistSQL() it will generate a DistSQL regarding a EncryptRule like:
   
   ```SQL
   CREATE ENCRYPT RULE t_encrypt (....
   ```
   
   References:
   * https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/encrypt/create-encrypt-rule/
   
   
   
   ### Environment
   
   - your ShardingSphere-Operator Version
   - Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version
   


-- 
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-on-cloud] mlycore commented on issue #270: Write a converter to generate DistSQL from specific struct type

Posted by "mlycore (via GitHub)" <gi...@apache.org>.
mlycore commented on issue #270:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/270#issuecomment-1632212341

   Thanks @wbtlb 


-- 
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-on-cloud] wbtlb commented on issue #270: Write a converter to generate DistSQL from specific struct type

Posted by "wbtlb (via GitHub)" <gi...@apache.org>.
wbtlb commented on issue #270:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/270#issuecomment-1632210936

   please assign to me 


-- 
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-on-cloud] mlycore closed issue #270: Write a converter to generate DistSQL from specific struct type

Posted by "mlycore (via GitHub)" <gi...@apache.org>.
mlycore closed issue #270: Write a converter to generate DistSQL from specific struct type
URL: https://github.com/apache/shardingsphere-on-cloud/issues/270


-- 
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