-
Notifications
You must be signed in to change notification settings - Fork 46
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
Conversation
Signed-off-by: Mark Riddoch <[email protected]>
Signed-off-by: Mark Riddoch <[email protected]>
Signed-off-by: Mark Riddoch <[email protected]>
{ | ||
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()); |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: persistance -> persistence
docs/tuning_fledge.rst
Outdated
|
||
- **Persist File**: This defines the name of the file to which the in-memory database willbe persisted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: willbe -> will be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few typos
Signed-off-by: Mark Riddoch <[email protected]>
No description provided.