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

SQLAlchemy v2 support #553

Merged
merged 3 commits into from
Oct 31, 2024
Merged

SQLAlchemy v2 support #553

merged 3 commits into from
Oct 31, 2024

Conversation

smotornyuk
Copy link
Member

Compatibility with the new SQLAlchemy version tested against this PR.

I noticed a problem caused by the unicode_safe validator recently added to the extras-value. It's not related to the current PR, but to make all tests green you have to manually remove unicode_safe from here. I'll investigate and report this problem separately.

Changes are mostly straightforward if you wonder why target.source = target.job.source removed: this code is executed inside an event listener that does not allow modifying relationship properties(harvest_object.source). Instead, you can only modify real columns that reference the related object(harvest_object.harvest_source_id). On the next line, right after the one I removed, exactly this thing happens, so the removed line did nothing anyway.

@amercader amercader merged commit 8e155b7 into master Oct 31, 2024
8 checks passed
@amercader amercader deleted the sqlalchemy2 branch October 31, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants