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 2019/12/17 15:07:04 UTC

[GitHub] [incubator-shardingsphere] xiyelife edited a comment on issue #3750: ResultSet miss the plain column because of using contains to get the logicColumn when using data mask.

xiyelife edited a comment on issue #3750: ResultSet miss the plain column  because of using contains to get the logicColumn when using  data mask.
URL: https://github.com/apache/incubator-shardingsphere/issues/3750#issuecomment-566546583
 
 
   @terrymanu 
   And insert error when use the 4.0.0-RC4-SNAPSHOT,miss the plain column in the final sql:
   the original SQL:
    insert into user_info (cust_id, unique_id, name, ident, mobile, password, reg_time, modify_time, reg_source, reg_app_channel, reg_device_info, status, is_mobile_authed, complate_cust_info, time_inst, time_upd, has_checked) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now() , ?, ?) 
   
   ShardingSphere-SQL  SQL: 
   insert into user_info (cust_id, unique_id, name_enc, 
         ident_enc, mobile_enc, password, 
         reg_time, modify_time, reg_source, 
         reg_app_channel, reg_device_info, status, 
         is_mobile_authed, complate_cust_info, time_inst, 
         time_upd, has_checked)
       values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), ?, ?)
   
   name  ident mobile  is  missing.
   
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services