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

clear inflated in update({column => deflated}) #121

Open
wants to merge 1 commit into
base: maint/0.0828xx
Choose a base branch
from

Conversation

aeruder
Copy link

@aeruder aeruder commented Nov 10, 2017

If you access an inflated column and then change it with update({column
=> deflated_value}), the cached inflated column isn't cleared out and
returns stale values.

Added a small test exhibiting the problem with a datetime field.

If you access an inflated column and then change it with update({column
=> deflated_value}), the cached inflated column isn't cleared out and
returns stale values.

Added a small test exhibiting the problem with a datetime field.
@aeruder
Copy link
Author

aeruder commented Nov 10, 2017

This is against the maintenance branch for 0.0828xx. We are seeing quite a few other regressions with master right now, hopefully I can prepare some pull requests for that in the near future.

@karenetheridge
Copy link
Contributor

I've run into this a few times now. Would it be possible to get this fix into a small trial release for now?

@ribasushi
Copy link
Collaborator

ribasushi commented Mar 13, 2019

Would it be possible to get this fix into a small trial release for now?

Not yet.

@karenetheridge
Copy link
Contributor

@ribasushi ribasushi force-pushed the maint/0.0828xx branch 2 times, most recently from 1245f48 to c11281c Compare October 30, 2019 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants