Don't set modified flag for database when attaching/detaching database

Don't set the modified flag of the main database if we're attaching or
detaching another database since these actions don't alter the original
database.

See issue #1249.
This commit is contained in:
Martin Kleusberg
2018-01-05 16:07:18 +01:00
parent 14da8dcf98
commit 5f702db0e0
2 changed files with 8 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ private:
UpdateStatement,
DeleteStatement,
CreateStatement,
AttachStatement,
DetachStatement,
OtherStatement,
};