You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/10/09 03:11:18 UTC

[GitHub] [shenyu] pandaapo commented on pull request #4036: [ISSUE #4034]fix sql error: missing ';', duplicate id, special table name missing quotation.

pandaapo commented on PR #4036:
URL: https://github.com/apache/shenyu/pull/4036#issuecomment-1272443503

   > @pandaapo this sql have error?
   
   Yes.
   1. `INSERT /*+ IGNORE_ROW_ON_DUPKEY_INDEX(plugin(id)) */ INTO plugin (id, name, config, role, sort, enabled) VALUES ('35', 'loggingPulsar', '{"topic":"shenyu-access-logging", "serviceUrl": "pulsar://localhost:6650"}', 'Logging', 185, '0')` misses `;` in the end.
   2. Some duplicate id: `1518229897214468191`, `1518229897214468198`...
   3. The table name `resource` is special to oracle. It needs to be `"` wrapped.


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

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