mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-30 07:50:42 -06:00
Add support for deleting rows in views which are unlocked for editing
If a view has been unlocked for editing by specifiying a pseudo primary key, with this commit you can now delete records from the view if an appropriate trigger exists. See issue #141.
This commit is contained in:
@@ -176,7 +176,7 @@ private:
|
||||
void setCurrentFile(const QString& fileName);
|
||||
void addToRecentFilesMenu(const QString& filename);
|
||||
void activateFields(bool enable = true);
|
||||
void enableEditing(bool enable_edit, bool enable_insertdelete);
|
||||
void enableEditing(bool enable_edit, bool enable_insert);
|
||||
void loadExtensionsFromSettings();
|
||||
void saveAsView(QString query);
|
||||
void duplicateRecord(int currentRow);
|
||||
|
||||
Reference in New Issue
Block a user