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-25426] Remove empty space in schema file #5267

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

airnet73
Copy link
Contributor

@airnet73 airnet73 commented Jun 18, 2024

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

Purpose
Remove empty space in schema file from which serial is extracted

Implementation
AS-IS
SELECT [seq2].NEXT_VALUE;
call [change_serial_owner] ('seq2', 'DBA') on class [db_serial];

TO-BE
SELECT [seq2].NEXT_VALUE;
call [change_serial_owner] ('seq2', 'DBA') on class [db_serial];

@airnet73 airnet73 added the bug label Jun 18, 2024
@airnet73 airnet73 requested review from mhoh3963 and kisoo-han June 18, 2024 08:42
@airnet73 airnet73 self-assigned this Jun 18, 2024
@airnet73 airnet73 merged commit c718be8 into CUBRID:develop Jun 21, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants