wh-zxt-01 commented on issue #34458:
URL:
https://github.com/apache/shardingsphere/issues/34458#issuecomment-2635755640
[ShardingSphere-SQL] Logic SQL: INSERT INTO
"TEST"."base_system_config"("n222","v111","id") VALUES('11', '23', 2)
[ShardingSphere-SQL] Actual SQL: ds_0 ::: INSERT INTO
"base_system_config"(n222,v111,"id") VALUES('17979451c263c5e92b277593496b0911',
'9077888ebed56e37aca38910d0d4ca4c', 2)
Discovered that the double quotation marks in the rewritten SQL are
missingļ¼Resulting in fields not being quoted, Oracle recognizes them as
uppercase
--
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]