Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: suport to run SQL commands #26

Open
JCKodel opened this issue Jul 9, 2020 · 0 comments
Open

Feature request: suport to run SQL commands #26

JCKodel opened this issue Jul 9, 2020 · 0 comments
Labels

Comments

@JCKodel
Copy link

JCKodel commented Jul 9, 2020

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants