ForestLH commented on issue #700:
URL: 
https://github.com/apache/incubator-seata-go/issues/700#issuecomment-2640115355

   > > 这个seata-java中的问题,在seata-go中不会出现。
   > > 在构造Column后,会使用小写。
   > > 
   > >   
   > >     
   > >       
[incubator-seata-go/pkg/datasource/sql/exec/at/insert_on_update_executor.go](https://github.com/apache/incubator-seata-go/blob/ad092d5eb331a86c850b48013e35a627c99e022c/pkg/datasource/sql/exec/at/insert_on_update_executor.go#L395-L397)
   > >     
   > >     
   > >         Lines 395 to 397
   > >       in
   > >       
[ad092d5](/apache/incubator-seata-go/commit/ad092d5eb331a86c850b48013e35a627c99e022c)
   > >     
   > >   
   > >   
   > >     
   > > 
   > >         
   > >           
   > >            for _, col := range colList { 
   > >         
   > > 
   > >         
   > >           
   > >                  list = append(list, col.Name.L) 
   > >         
   > > 
   > >         
   > >           
   > >            } 
   > >         
   > >     
   > >   
   > > 
   > > 
   > > 我认为可以关闭这个issue。
   > 
   > 👍🏻,反过来,假设SQL是大写,这里自动使用column的小写,是否会有问题?
   
   
抱歉这么久才来回复您,确实会有问题,在新的[pr](https://github.com/apache/incubator-seata-go/pull/771)中已经修复,烦请review。


-- 
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-unsubscr...@seata.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to