Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-24934] [Regression] extending dblink to DML: double quoted identifier #4587

Merged
merged 5 commits into from
Aug 17, 2023

Conversation

beyondykk9
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-24934

To use reserved words as table or column names in other DBMS such as Oracle using extended table names in CUBRID, double quotes should be wrapped inside the braket like ["FROM"]. However, in the remote server, this identifier is being returned without double quotes. It can receive column information by sending a SELECT ["ALTER"], ["COUNT"], ["ADD"] FROM ["From"] query through cci_prepare. At this time, the column information becomes ALTER, COUNT, ADD without double quotes.

@beyondykk9 beyondykk9 added this to the fig milestone Aug 15, 2023
@beyondykk9 beyondykk9 self-assigned this Aug 15, 2023
@beyondykk9 beyondykk9 changed the title [CBRD-24934] [Regression] extending dblink to DML: identifier with reserved word [CBRD-24934] [Regression] extending dblink to DML: double quoted identifier Aug 16, 2023
src/base/intl_support.c Outdated Show resolved Hide resolved
src/base/intl_support.c Outdated Show resolved Hide resolved
@beyondykk9 beyondykk9 merged commit f642eeb into CUBRID:develop Aug 17, 2023
@beyondykk9 beyondykk9 deleted the CBRD-24934 branch August 17, 2023 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants