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

[APIS-943] SQLColumnsW/SQLForeignKeysW does not work properly #68

Merged
merged 3 commits into from
Nov 10, 2022
Merged

[APIS-943] SQLColumnsW/SQLForeignKeysW does not work properly #68

merged 3 commits into from
Nov 10, 2022

Conversation

kisoo-han
Copy link
Contributor

@kisoo-han kisoo-han commented Nov 9, 2022

http://jira.cubrid.org/browse/APIS-943

Purpose

  • To fix bug, SQLColumnsW, SQLForeignKeysW

Implementation
ASIS

retcode = SQLColumns (hstmt, NULL, 0, NULL, 0, "code", 4, "", 0);
..
retcode = SQLForeignKeysW (hstmt, NULL, 0, NULL, 0, L"olympic", SQL_NTS, NULL, 0, NULL, 0, "", 0);

TOBE

retcode = SQLColumns (hstmt, NULL, 0, NULL, 0, "code", 4, NULL, 0);
...
retcode = SQLForeignKeysW (hstmt, NULL, 0, NULL, 0, L"olympic", SQL_NTS, NULL, 0, NULL, 0, NULL, 0);

Remarks

@kisoo-han kisoo-han self-assigned this Nov 9, 2022
@kisoo-han kisoo-han requested a review from airnet73 November 10, 2022 04:57
@kisoo-han kisoo-han changed the title [APIS-943] SQLColumnsW does not work properly [APIS-943] SQLColumnsW/SQLForeignKeysW does not work properly Nov 10, 2022
@kisoo-han kisoo-han merged commit 7c52805 into CUBRID:develop Nov 10, 2022
tw-kang pushed a commit that referenced this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants