azexcy commented on PR #28240:
URL: https://github.com/apache/shardingsphere/pull/28240#issuecomment-1689932480

   create table SQL
   ```
   create table PIPELINE_IT_0.T_USER
   (
       ID              VARCHAR2(20) not null
           unique,
       USERNAME        VARCHAR2(50) not null
           constraint "T_USER_pk"
               primary key,
       PASSWORD        VARCHAR2(50),
       EMAIL           VARCHAR2(50)
   )
   /
   ```
   Then test the loade column names SQL.
   <img width="1307" alt="image" 
src="https://github.com/apache/shardingsphere/assets/101622833/6f4c2e84-e228-4a17-bcca-40e0d127566e";>
   
   And I find the table name is case-sensitive
   <img width="1330" alt="image" 
src="https://github.com/apache/shardingsphere/assets/101622833/9c861a56-9841-4261-8822-9e02eff6bc77";>
   
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to