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

Table not refreshed after being updated through the SQL editor #88

Closed
JonatanPlesko opened this issue Apr 26, 2021 · 1 comment · Fixed by #90
Closed

Table not refreshed after being updated through the SQL editor #88

JonatanPlesko opened this issue Apr 26, 2021 · 1 comment · Fixed by #90
Assignees
Labels
Milestone

Comments

@JonatanPlesko
Copy link
Collaborator

✍️ Describe the bug

If you execute an SQL query which modifies the table, when you return to the table in question, it will still show old data. Refreshing it manually works, though.

💣 Steps to reproduce

  1. Go to an example table.
  2. Press the "Edit" button
  3. Execute a query that modifies that table (e.g., DELETE FROM example_table)
  4. Return back to the table

🔧 Expected behavior

The table should be automatically refreshed. Ideally, it would refresh the table only if a modifying command on that table was executed, but I think it's fine to have a more broad trigger (e.g., any non-select command on any table was executed); I don't think the refresh action is too problematic.

@bojankoma bojankoma added this to the 5.3.3 milestone Apr 29, 2021
@bojankoma bojankoma linked a pull request Apr 29, 2021 that will close this issue
@bojankoma
Copy link
Collaborator

@JonatanPlesko I'll leave the PR open for you in case you are intrigued by the solution of this bug.
Fix has been deployed and is available in 5.3.3 release.

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

Successfully merging a pull request may close this issue.

2 participants