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}) #120

Closed
wants to merge 1 commit into from

Conversation

aeruder
Copy link

@aeruder aeruder commented Nov 6, 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

Looks like the preferred test structure has changed significantly. I'll have to figure it out. In the meantime I'll submit a pull request for the maintenance branch.

@aeruder aeruder closed this Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant