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

Set the last seen version correctly for TableViews created from queries on LinkViews #1392

Merged
merged 1 commit into from
Dec 10, 2015

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Dec 10, 2015

The initial last seen version was always being set to the target's version, while is_in_sync() uses the origin table's version. This normally just resulted in the query being rerun when it didn't need to be, but could theoretically result in it not being rerun when needed given sufficiently bad luck.

…es on LinkViews

The initial last seen version was always being set to the target's version,
while is_in_sync() uses the origin table's version. This normally just resulted
in the query being rerun when it didn't need to be, but could theoretically
result in it not being rerun when needed given sufficiently bad luck.
@realm-ci
Copy link
Contributor

@finnschiermer
Copy link
Contributor

Nice catch :-)

👍

@teotwaki
Copy link
Contributor

Nice cleanup. 👍

finnschiermer added a commit that referenced this pull request Dec 10, 2015
Set the last seen version correctly for TableViews created from queries on LinkViews
@finnschiermer finnschiermer merged commit 35a6ef0 into master Dec 10, 2015
@danielpovlsen danielpovlsen deleted the tg/tv-from-lv-version branch April 26, 2016 09:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants