sqlitestudio icon indicating copy to clipboard operation
sqlitestudio copied to clipboard

feature request: show executed SQL of manual edits

Open michaels011235 opened this issue 5 years ago • 5 comments

Details

Feature request: show executed SQL of manual edits

I was wondering which SQL statement is executed when editing a cell by hand. So it would be nice to have the SQL statements of manual editing in sqlitestudio somewhere. I'd suggest them to be listed in the status window or in the sql history.

michaels011235 avatar Dec 31 '19 16:12 michaels011235

DML History (similar to the existing DDL History)

joehanna avatar Nov 29 '20 08:11 joehanna

You have that - in SQL editor go to "History" tab.

pawelsalawa avatar Nov 29 '20 10:11 pawelsalawa

Any chance records added manually to a table (via the "+" button from the Table data grid) can be included in that History listing?

joehanna avatar Dec 03 '20 01:12 joehanna

That I didn't realize that is missing. You're right. That should be available too, perhaps in the mentioned DML history, which would contain merged SQL History tab, together with manipulated data through Table Window.

pawelsalawa avatar Dec 03 '20 07:12 pawelsalawa

+1

I was going to create a new feature request before I found this one. Can it be reopened?

PyroGenesis avatar Nov 10 '21 17:11 PyroGenesis