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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

SQLAlchemy v2 support #553

wants to merge 2 commits into from

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.

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.

1 participant