mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 19:41:19 -06:00
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:
@@ -143,6 +143,8 @@ private:
|
||||
UpdateStatement,
|
||||
DeleteStatement,
|
||||
CreateStatement,
|
||||
AttachStatement,
|
||||
DetachStatement,
|
||||
OtherStatement,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user