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-24974] The problem is that error occurs when loading unloaded schema file if both DBA and user have tables and views with same name (#4624) #4635

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

youngjinj
Copy link
Contributor

…chema file if both DBA and user have tables and views with same name (CUBRID#4624)

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

The `unloaddb` utility outputs CREATE statements for tables and views in the schema file, where the original user becomes the owner as soon as created. DBA does not temporarily own tables and views, and the `change_owner ()` method is not called. The `emit_class_owner()` function has been removed as it is deprecated.
@youngjinj youngjinj added this to the 11.2 Patch 7 milestone Aug 31, 2023
@youngjinj youngjinj self-assigned this Aug 31, 2023
@youngjinj youngjinj marked this pull request as ready for review August 31, 2023 23:27
@youngjinj youngjinj merged commit 576c27e into CUBRID:release/11.2 Sep 1, 2023
10 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.

2 participants