mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-01 01:19:15 -05:00
Create savepoint when editing a table
Create a savepoint when starting to edit an existing table, release it when the user clicks on the OK button and rollback to it if he cancels the action.
This commit is contained in:
+1
-1
@@ -27,6 +27,7 @@ public slots:
|
||||
virtual void removeField();
|
||||
virtual void fieldSelectionChanged();
|
||||
virtual void accept();
|
||||
virtual void reject();
|
||||
virtual void checkInput();
|
||||
|
||||
protected:
|
||||
@@ -35,7 +36,6 @@ protected:
|
||||
DBBrowserDB *pdb;
|
||||
|
||||
private:
|
||||
void init();
|
||||
Ui::editTableForm *ui;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user