Closed tristaZero closed 5 years ago
@tristaZero actual columns more than logic columns,we should hide some actual columns,is my understanding correct?
@betterjava yes, we should hide actual columns, i.e, AssistedQueryColumn and cipherColumn, and show user the virtual column name, i.e, encryptColumn.
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details. If no response more than 7 days and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
4.0.0.RC2
Which project did you use? Sharding-JDBC or Sharding-Proxy?
Sharding-Proxy
Expected behavior
When execute
desc encryptTable
, it will show logic columns of encryptTableActual behavior
when execute
desc encryptTable
, it shows actual columns of encryptTableReason analyze (If you can)
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).
The coding entrance:
Here are some ideas:
DESC encryptTable
, but U need to pass ShardingRuel not EncryptRule to DALMergeEngine