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/08/24 09:24:07 UTC

[GitHub] [incubator-shardingsphere] ustbyjy opened a new issue #2920: 关联查询时被连接表的表名被转为小写,第一个表名大写不变

ustbyjy opened a new issue #2920: 关联查询时被连接表的表名被转为小写,第一个表名大写不变
URL: https://github.com/apache/incubator-shardingsphere/issues/2920
 
 
   ### 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
   `select COLUMNS_V2.* from COLUMNS_V2 left join SDS ON SDS.CD_ID = COLUMNS_V2.CD_ID left join TBLS ON TBLS.TBL_ID = SDS.SD_ID;`
   
   ### Actual behavior
   `select COLUMNS_V2.* from COLUMNS_V2 left join sds ON sds.CD_ID = COLUMNS_V2.CD_ID left join tbls ON tbls.TBL_ID = sds.SD_ID`
   

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