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 ValueObservation mishandling of database schema modification #1508

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

groue
Copy link
Owner

@groue groue commented Mar 17, 2024

ValueObservation would fail to correctly handle the database schema in applications that have a DatabasePool perform a read before modifying the schema, as reported in #1500.

This pull requests fixes that bug.

@groue groue merged commit 91492b8 into development Mar 17, 2024
21 checks passed
@groue groue deleted the dev/issue-1500 branch March 17, 2024 16:53
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.

1 participant