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

FOGL-7349 Add persistence of SQLiteInMemory between executions #1152

Merged
merged 7 commits into from
Aug 25, 2023

Conversation

MarkRiddoch
Copy link
Contributor

No description provided.

pintomax
pintomax previously approved these changes Aug 23, 2023
pintomax
pintomax previously approved these changes Aug 23, 2023
{
rc = sqlite3_backup_step(backup, -1);
(void)sqlite3_backup_finish(backup);
Logger::getLogger()->info("Persisted data from in memory database to %s", pathname.c_str());
Copy link
Contributor

@RVerhoeff RVerhoeff Aug 23, 2023

Choose a reason for hiding this comment

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

Perhaps be consistent with the dash in "in-memory?" This message is without; the messages below have the dash. This occurs in several places in the changed files.

"validity": "persist == \"true\""
},
"persist" : {
"description" : "Enable the persistance of the in memory database between executions",
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: persistance -> persistence


- **Persist File**: This defines the name of the file to which the in-memory database willbe persisted.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: willbe -> will be

Copy link
Contributor

@RVerhoeff RVerhoeff left a comment

Choose a reason for hiding this comment

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

A few typos

@MarkRiddoch MarkRiddoch merged commit ccca75b into develop Aug 25, 2023
1 check passed
@MarkRiddoch MarkRiddoch deleted the FOGL-7349 branch August 25, 2023 11:12
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