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

[Copy] Include string constants in copy #11

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

andersblomqvist
Copy link

Following the requirements for #7, the copy() method now checks whether current database has any string constants. And if yes, it will call the new setContent() method.

NOTE: this is directly linked with #8 due to it calls the new setContent() method, which means a compile error is present until #8 is completed.

Signed-off-by: Anders Blomqvist <[email protected]>
@andersblomqvist andersblomqvist changed the base branch from main to fix-for-issue-10872 February 29, 2024 11:54
Copy link

@JXNCTED JXNCTED left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand it now, good work!

@JXNCTED JXNCTED merged commit a0d6f72 into fix-for-issue-10872 Mar 1, 2024
@JXNCTED JXNCTED deleted the issue-7/copy-string-const branch March 1, 2024 12:46
@andersblomqvist
Copy link
Author

Closes #7

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