This is an automated email from the ASF dual-hosted git repository.
menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a211d65 fix ci exception (#13708)
a211d65 is described below
commit a211d651c9adecadca2bc1cc438211698a6b207a
Author: Zhengqiang Duan <[email protected]>
AuthorDate: Fri Nov 19 22:06:57 2021 +0800
fix ci exception (#13708)
---
.../resources/scenario/encrypt/case/select_for_query_with_cipher.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/encrypt/case/select_for_query_with_cipher.xml
b/shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/encrypt/case/select_for_query_with_cipher.xml
index 0fa9804..665929d 100644
---
a/shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/encrypt/case/select_for_query_with_cipher.xml
+++
b/shardingsphere-test/shardingsphere-rewrite-test/src/test/resources/scenario/encrypt/case/select_for_query_with_cipher.xml
@@ -76,7 +76,7 @@
<rewrite-assertion id="select_unqualified_shorthand_projection_with_join"
db-types="MySQL">
<input sql="SELECT * FROM t_account t INNER JOIN t_account_bak b ON
t.id = b.id WHERE t.amount = ? OR b.amount = ?" parameters="1, 2" />
- <output sql="SELECT `t`.`account_id`, `t`.`cipher_certificate_number`
AS certificate_number, `t`.`cipher_password` AS password, `t`.`cipher_amount`
AS amount, `t`.`status`, `b`.`account_id`, `b`.`cipher_certificate_number` AS
certificate_number, `b`.`cipher_password` AS password, `b`.`cipher_amount` AS
amount, `b`.`status` FROM t_account t INNER JOIN t_account_bak b ON t.id = b.id
WHERE t.cipher_amount = ? OR b.cipher_amount = ?" parameters="encrypt_1,
encrypt_2" />
+ <output sql="SELECT `t`.`account_id`, `t`.`cipher_certificate_number`
AS `certificate_number`, `t`.`cipher_password` AS `password`,
`t`.`cipher_amount` AS `amount`, `t`.`status`, `b`.`account_id`,
`b`.`cipher_certificate_number` AS `certificate_number`, `b`.`cipher_password`
AS `password`, `b`.`cipher_amount` AS `amount`, `b`.`status` FROM t_account t
INNER JOIN t_account_bak b ON t.id = b.id WHERE t.cipher_amount = ? OR
b.cipher_amount = ?" parameters="encrypt_1, encrypt_2" />
</rewrite-assertion>
<rewrite-assertion id="select_with_join" db-types="MySQL">