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-25360] Backport to 11.0 - Modify the method of obtaining schema information for tables with auto_increment using unloaddb #6087

Merged
merged 3 commits into from
Apr 7, 2025

Conversation

airnet73
Copy link
Contributor

@airnet73 airnet73 commented Apr 4, 2025

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

Purpose
Modify the method of obtaining schema information for tables with auto_increment using unloaddb

Implementation
Add the following content to the schema file

  • SELECT [tbl_ai_id].NEXT_VALUE;

Change the location of the call method [change_owner] to below "CREATE CLASS"

CREATE CLASS [t1] REUSE_OID, COLLATE iso88591_bin;
call change_owner on class [db_root];

@airnet73 airnet73 added this to the 11.0 Patch 14 milestone Apr 4, 2025
@airnet73 airnet73 self-assigned this Apr 4, 2025
@airnet73 airnet73 merged commit 52fb1d3 into CUBRID:release/11.0 Apr 7, 2025
8 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.

4 participants