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

Not latest data on table refresh #668

Closed
pquerner opened this issue Aug 16, 2016 · 3 comments
Closed

Not latest data on table refresh #668

pquerner opened this issue Aug 16, 2016 · 3 comments

Comments

@pquerner
Copy link

I have an application which sets a flag to 1 if its running. In phpMyAdmin I can see the flag being set to 1. In DBeaver, after I hit "Table Refresh" button I can only see value "0".
How can I force refresh the data?

@serge-rider
Copy link
Member

Maybe you are in transactional mode. You won't see changes until you will end current transaction (with commit or rollback).
You can switch to auto-commit mode (in the main toolbar or main menu).

@pquerner
Copy link
Author

Yes, you're right. Its working when I switch it to auto-commit mode.
Is there a way to default this option ?

@serge-rider
Copy link
Member

Yes, you can set default on connection properties page "General".

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

No branches or pull requests

2 participants