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

Disable table metadata caching mechanism #201

Merged
merged 1 commit into from Mar 3, 2016
Merged

Conversation

HavokInspiration
Copy link
Member

If the Schema metadata are generated and put in the cache and a column is added to a table, when doing a data insertion or update, it can results in error because the new column is not in the schema (because metadata are fetched from the cache).
This change completely disables the cache metadata feature.

Refs #199

This should prevents "unknown column" error after a column addition if the schema is needed or if data are to be inserted.
@HavokInspiration HavokInspiration added this to the 1.5.7 milestone Feb 29, 2016
@HavokInspiration HavokInspiration modified the milestones: 1.5.8, 1.5.7 Mar 2, 2016
HavokInspiration added a commit that referenced this pull request Mar 3, 2016
Disable table metadata caching mechanism
@HavokInspiration HavokInspiration merged commit d05c3ed into master Mar 3, 2016
@HavokInspiration HavokInspiration deleted the issue-199 branch March 3, 2016 22:04
@lorenzo
Copy link
Member

lorenzo commented Mar 3, 2016

Thanks for this change :)

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.

None yet

2 participants