You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "sandynz (via GitHub)" <gi...@apache.org> on 2023/03/06 13:16:28 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #24344: Compatible with case-sensitive table name in pipeline E2E

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org