pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.
https://sqlitestudio.pl
Other
4.66k stars 571 forks source link

feature request: show executed SQL of manual edits #3627

Open michaels011235 opened 4 years ago

michaels011235 commented 4 years ago

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.

joehanna commented 3 years ago

DML History (similar to the existing DDL History)

pawelsalawa commented 3 years ago

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

joehanna commented 3 years ago

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

pawelsalawa commented 3 years ago

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.

PyroGenesis commented 3 years ago

+1

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