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

fix: Select distinct throwing for tables with multiple columns #1286

Merged
merged 2 commits into from
May 10, 2023

Conversation

mattrunyon
Copy link
Collaborator

Fixes #1275

The true issue is we modify IrisGridProxyModel.model but there's no update propagated to IrisGrid because it receives the proxy model which does not actually change. This causes the potential for out of sync model/metrics

@mattrunyon mattrunyon requested a review from mofojed May 10, 2023 17:58
@mattrunyon mattrunyon self-assigned this May 10, 2023
@mattrunyon mattrunyon enabled auto-merge (squash) May 10, 2023 18:07
@mattrunyon mattrunyon merged commit 4b40e4b into deephaven:main May 10, 2023
mattrunyon added a commit to mattrunyon/web-client-ui that referenced this pull request May 10, 2023
…aven#1286)

Fixes deephaven#1275 

The true issue is we modify `IrisGridProxyModel.model` but there's no
update propagated to `IrisGrid` because it receives the proxy model
which does not actually change. This causes the potential for out of
sync model/metrics
mattrunyon added a commit that referenced this pull request May 10, 2023
@mattrunyon mattrunyon deleted the select-distinct-error branch May 10, 2023 18:33
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

Successfully merging this pull request may close these issues.

Select Distinct throws error for tables with more than one column
2 participants