Skip to content

allow to handle hot-journal (fixes #3135)#3141

Closed
koalo wants to merge 1 commit intopocoproject:develfrom
koalo:devel
Closed

allow to handle hot-journal (fixes #3135)#3141
koalo wants to merge 1 commit intopocoproject:develfrom
koalo:devel

Conversation

@koalo
Copy link
Copy Markdown

@koalo koalo commented Nov 17, 2020

Before, when executing the Poco::Data::SQLite::Utility::fileToMemory method
for a SQLite database with an existing hot journal, the method returns successfully,
but the resulting in-memory database is corrupted.

This is because if a hot journal exists, this can not processed
correctly if only read only access to the database is available.

Before, when executing the Poco::Data::SQLite::Utility::fileToMemory method
for a SQLite database with an existing hot journal, the method returns successfully,
but the resulting in-memory database is corrupted.

This is because if a hot journal exists, this can not processed
correctly if only read only access to the database is available.
@obiltschnig obiltschnig self-assigned this Nov 17, 2020
@obiltschnig obiltschnig added this to the Release 1.10.2 milestone Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants