Skip to content

Fix/exclude column position #913

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

Merged
merged 5 commits into from
May 10, 2019
Merged

Fix/exclude column position #913

merged 5 commits into from
May 10, 2019

Conversation

lwasylow
Copy link
Member

@lwasylow lwasylow commented May 8, 2019

Fixes #911
This address an issue when the column was removed from cursor comparison by a filter.
If the column was at front or a middle it created an gap in column positions number and could lead to cursor mismatch on column position.
Fix is to re number the column position based on position after filter out.

@lwasylow lwasylow force-pushed the fix/exclude_column_position branch from 087a3b8 to e088211 Compare May 10, 2019 05:11
@jgebal jgebal added this to the v3.1.7 milestone May 10, 2019
@jgebal jgebal added the bugfix label May 10, 2019
@jgebal jgebal merged commit 0b0e6d1 into develop May 10, 2019
@lwasylow lwasylow deleted the fix/exclude_column_position branch May 12, 2019 11:02
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 this pull request may close these issues.

EXCLUDE for columns doesn't work as expected
2 participants