db_viewer icon indicating copy to clipboard operation
db_viewer copied to clipboard

Feature request: suport to run SQL commands

Open JCKodel opened this issue 4 years ago • 0 comments

I used to use a custom version of sqlite_viewer with a textbox that I can use to run arbitray SQL code (including insert and update). It's very handy for resseting some value to re-test a page, for example.

In this example: I'm resseting my user's gender, so I can re-test my gender edit page:

image

In this case, exceptions are shown within an alert dialog and after the query is executed, the current table is refreshed (doesn't matter if the update is for this table or not).

JCKodel avatar Jul 09 '20 06:07 JCKodel