cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.47k stars 282 forks source link

Suggestion for Enhancing Table Update Features #1139

Closed itsamit108 closed 4 months ago

itsamit108 commented 5 months ago

There is currently no way to automatically update the tables when they are modified. The only way to see the updated data is to reopen the table.

I suggest adding an option to auto-update the database and table, or including a refresh button in the table view for easily viewing the updated changes.

Thank you.

cweijan commented 5 months ago

Do you mean that the table data has changed externally? At this time, you can click the run button to refresh the data.

image
itsamit108 commented 5 months ago

Do you mean that the table data has changed externally? At this time, you can click the run button to refresh the data. image

Exactly, wouldn't it be better if the data is automatically refreshed, as it happens in other Database clients like Datagrip and DBeaver?

cweijan commented 5 months ago

Ok, thank you for your suggestions, I will refer to their functions.

cweijan commented 4 months ago

Hi, I added a refresh button in version 7.3.9. After evaluation, automatic refresh is unnecessary and I do not plan to add it.

image