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 2020/09/14 10:32:30 UTC

[GitHub] [shardingsphere] luojiang-killgrave edited a comment on issue #7423: word 'point' is treated as a mysql keyword

luojiang-killgrave edited a comment on issue #7423:
URL: https://github.com/apache/shardingsphere/issues/7423#issuecomment-691967242


   @kimmking  
   >select \`point\` from table_a where id = 1 
   
   runs perfect.
   sorry I didn't make myself clear.
   I was trying to say :
   old sql:  
   > select point from table_a where id = 1
   
   new sql :  
   > select \`point\` from table_a where id = 1
   
   My program ran perfect with old sql, but it went wrong after I add sharding-jdbc to it;
   I debuged , so I know the reason is : `sharding is treating 'point' as a mysql keyword`.
   I was wondering maybe it's a mistake. After all, I can run the old sql in commond line without adding \`\` around point
   
   I am not sure if my terrible English can make you understand me. 


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