sandynz commented on PR #24344:
URL: https://github.com/apache/shardingsphere/pull/24344#issuecomment-1456117457

   MySQL:
   Set `lower_case_table_names=0` in `my.cnf` to enable table name 
case-sensitive.
   
   PostgreSQL:
   Use double quote table name, e.g. `"T_ORDER_ITEM"`.
   When `T_ORDER_ITEM` is used when creating table, it'll be converted to 
`t_order_item` and it's case-sensitive in metadata.
   


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