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

CBL-6066: Implement Database Full-Sync Option #3317

Merged
merged 10 commits into from
Aug 1, 2024
Merged

Conversation

velicuvlad
Copy link
Contributor

  • Implemented FullSync DatabaseConfiguration property.
  • Only Obj-C tests do check for c4db_config2 kC4DB_DiskSyncFull flag
  • Updated LiteCore to 3.1.9-5

@velicuvlad velicuvlad requested review from pasin and bmeike August 1, 2024 16:10
Objective-C/CBLDatabaseConfiguration.h Outdated Show resolved Hide resolved
Objective-C/CBLDatabaseConfiguration.h Outdated Show resolved Hide resolved
@@ -1150,4 +1152,10 @@ + (void) checkFileLogging: (BOOL)swift {
});
}

#pragma mark - Private for test

- (C4DatabaseConfig2) getC4DBConfig2: (CBLDatabaseConfiguration*) config {
Copy link
Contributor

Choose a reason for hiding this comment

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

This function signature should be

(C4DatabaseConfig2) getC4DBConfig;
``

Then it should return C4DatabaseConfig2 from c4db. Otherwise it doesn't check that effective config in LiteCore c4db.

Copy link
Contributor

@bmeike bmeike left a comment

Choose a reason for hiding this comment

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

@velicuvlad velicuvlad requested a review from pasin August 1, 2024 16:57
@velicuvlad velicuvlad merged commit 5c10248 into release/3.1 Aug 1, 2024
6 checks passed
@velicuvlad velicuvlad deleted the CBL-6066 branch August 1, 2024 17:28
velicuvlad added a commit that referenced this pull request Aug 1, 2024
- Implemented FullSync DatabaseConfiguration property.
- Only Obj-C tests do check for c4db_config2 kC4DB_DiskSyncFull flag
velicuvlad added a commit that referenced this pull request Aug 2, 2024
- Implemented FullSync DatabaseConfiguration property.
- Only Obj-C tests do check for c4db_config2 kC4DB_DiskSyncFull flag
velicuvlad added a commit that referenced this pull request Aug 5, 2024
* LiteCore 3.2.0-223
* cherry picked 5c10248 from release/3.1 branch. A couple of small, easy-to-resolve conflicts - nothing important. CBL-6066: Implement Database Full-Sync Option (#3317)

- Implemented FullSync DatabaseConfiguration property.
- Only Obj-C tests do check for c4db_config2 kC4DB_DiskSyncFull flag
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.

3 participants