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-24953] Gateway passed wrong precision value of column to DBLink Server #4616

Merged
merged 2 commits into from
Aug 29, 2023
Merged

[CBRD-24953] Gateway passed wrong precision value of column to DBLink Server #4616

merged 2 commits into from
Aug 29, 2023

Conversation

airnet73
Copy link
Contributor

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

Purpose
When a Prepare Statmemt occurs, the gateway sends column information to the DBLink Server.
An error was found in passing the precision value as 0 among the column information.
Due to incorrect precision, cubrid creates a column with char(0).
Changed the way to obtain the precision of char and varchar types.

Implementation
N/A

Remarks
N/A

@airnet73 airnet73 requested a review from kisoo-han August 29, 2023 03:59
@airnet73 airnet73 self-assigned this Aug 29, 2023
@airnet73 airnet73 merged commit 83d5fa9 into CUBRID:develop Aug 29, 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