You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore, it is expected that the insertMappingDO method of VGroupMappingDataBaseDAO will fail to execute the query when executed in an Oracle environment.
deleteMappingDOByVGroup, queryMappingDO also appear similar.
I think it would be better to change the cluster column to a keyword other than a reserved word. What do you think?
I find it odd that these queries only cause problems with Oracle, while they work fine with other database vendors.
However, I believe that using double quotes to avoid reserved word issues could potentially affect other database vendors, even if it doesn't cause problems with Oracle.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In oracle db, cluster is identified as a reserved word.
So when I run the oracle.sql script in the oracle environment, it fails.
Therefore, it is expected that the insertMappingDO method of VGroupMappingDataBaseDAO will fail to execute the query when executed in an Oracle environment.
deleteMappingDOByVGroup, queryMappingDO also appear similar.
I think it would be better to change the cluster column to a keyword other than a reserved word. What do you think?
I find it odd that these queries only cause problems with Oracle, while they work fine with other database vendors.
However, I believe that using double quotes to avoid reserved word issues could potentially affect other database vendors, even if it doesn't cause problems with Oracle.
Please give me your opinion. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions