未验证 提交 7ccd4fdb 编写于 作者: L Liang Zhang 提交者: GitHub

add fixme for mix encrypt and sharding if table name as projection's owner (#4648)

上级 9502313a
......@@ -59,4 +59,11 @@
<output sql="SELECT a.account_id, a.cipher_password AS password, a.cipher_amount AS amount, a.status, account_id, 1+1 FROM t_account_0 a" />
<output sql="SELECT a.account_id, a.cipher_password AS password, a.cipher_amount AS amount, a.status, account_id, 1+1 FROM t_account_1 a" />
</rewrite-assertion>
<!-- FIXME -->
<!--<rewrite-assertion id="select_with_table_qualified_shorthand">-->
<!--<input sql="SELECT t_account.* FROM t_account" />-->
<!--<output sql="SELECT t_account_0.account_id, t_account_0.cipher_password AS password, t_account_0.cipher_amount AS amount, t_account_0.status FROM t_account_0" />-->
<!--<output sql="SELECT t_account_1.account_id, t_account_1.cipher_password AS password, t_account_1.cipher_amount AS amount, t_account_1.status FROM t_account_1" />-->
<!--</rewrite-assertion>-->
</rewrite-assertions>
......@@ -44,4 +44,11 @@
<output sql="SELECT a.account_id, a.plain_password AS password, a.plain_amount AS amount, a.status, account_id, 1+1 FROM t_account_bak_0 a" />
<output sql="SELECT a.account_id, a.plain_password AS password, a.plain_amount AS amount, a.status, account_id, 1+1 FROM t_account_bak_1 a" />
</rewrite-assertion>
<!-- FIXME -->
<!--<rewrite-assertion id="select_with_table_qualified_shorthand">-->
<!--<input sql="SELECT t_account_bak.* FROM t_account_bak" />-->
<!--<output sql="SELECT t_account_bak_0.account_id, t_account_bak_0.plain_password AS password, t_account_bak_0.plain_amount AS amount, t_account_bak_0.status FROM t_account_bak_0" />-->
<!--<output sql="SELECT t_account_bak_1.account_id, t_account_bak_1.plain_password AS password, t_account_bak_1.plain_amount AS amount, t_account_bak_1.status FROM t_account_bak_1" />-->
<!--</rewrite-assertion>-->
</rewrite-assertions>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册