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

Move SQLite base code #3790

Merged
merged 3 commits into from Oct 19, 2023
Merged

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented Oct 19, 2023

Change

This change moves the core SQLite code to the shared lib. It changes the namespace of all of the moved files, but the goal is absolutely zero functionality difference for now.

Microsoft Reviewers: Open in CodeFlow

@JohnMcPMS JohnMcPMS requested a review from a team as a code owner October 19, 2023 03:37
@@ -8,6 +8,10 @@ namespace AppInstaller::Repository::Microsoft::Schema::V1_7
{
using namespace std::string_view_literals;

// Version 1.7
static constexpr std::string_view s_MetadataValueName_MapDataFolded = "mapDataFolded"sv;
static constexpr char s_MetadataValue_MapDataFolded_Separator = ';';
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess we would want to remove the corresponding entries in MetadataTable.h?

Copy link
Member Author

Choose a reason for hiding this comment

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

They were removed.

@JohnMcPMS JohnMcPMS merged commit e781da4 into microsoft:master Oct 19, 2023
8 checks passed
@JohnMcPMS JohnMcPMS deleted the move-sqlite-base branch October 19, 2023 16:49
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.

None yet

2 participants