TeslaCN opened a new issue, #20797:
URL: https://github.com/apache/shardingsphere/issues/20797

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   master - 7d0c633de85dd3323153a1795ac16e38be5140a8
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere infra only. Neither JDBC nor Proxy.
   
   ### Expected behavior
   
   The original SQL was:
   ```sql
   INSERT INTO bmsql_oorder (    o_id, o_d_id, o_w_id, o_c_id, o_entry_d,     
o_ol_cnt, o_all_local) VALUES ($1, $2, $3, $4, $5, $6, $7)
   ```
   
   ### Actual behavior
   
   ```sql
   INSERT INTO bmsql_oorder (    o_id, o_d_id, o_w_id, o_c_id, o_entry_d,     
o_ol_cnt, o_all_local) VALUES (?, ?, ?, ?, ?, ?, ?) 
   ```
   
   Which caused.
   ```
   ERROR: syntax error at or near "," (42601)
   ```


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