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

   Quote on SQL builder is disabled for now, it need to do some improvement to 
support case-sensitive and case-insensitive databases in the same migration job.
   Table name and column name should be quoted only if they're sepcial keywords 
in this database.
   
   e.g. For column name case-insensitive database, real column name is `id`, 
`id` and `ID` in SQL are equivalent, but if it's quoted (e.g. `"ID"`) then 
column name is not matched.
   
   


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