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 for unit_of_work.py:263: SAWarning: implicitly coercing SELECT object to scalar subquery #269

Merged
merged 2 commits into from
Feb 10, 2022

Conversation

TomGoBravo
Copy link
Contributor

Tested by running DB=sqlite py.test tests with pip install SQLAlchemy==1.4.31
With master: 653 passed, 99 skipped, 4909 warnings in 65.90s (0:01:05)
With this change: 653 passed, 99 skipped, 4695 warnings in 64.93s (0:01:04)
and then again with pip install SQLAlchemy==1.3.24
655 passed, 97 skipped, 657 warnings in 64.88s (0:01:04)

…ject to scalar subquery

Tested by running `DB=sqlite py.test tests`. With master: 653 passed, 99 skipped, 4909 warnings in 65.90s (0:01:05) With this change: 653 passed, 99 skipped, 4695 warnings in 64.93s (0:01:04)
@marksteward marksteward merged commit 6c16fcd into kvesteri:master Feb 10, 2022
@marksteward
Copy link
Collaborator

Thanks for this!

@indiVar0508
Copy link
Contributor

@marksteward We are facing this issue in our codebase, we see that this has not been published on PyPi, is there any ETA when this will be published

@marksteward
Copy link
Collaborator

@indiVar0508 there are a lot of warnings associated with the upgrade to SQLAlchemy 1.4, but they are just warnings, and don't affect functionality. I'm not going to issue a release every time one is fixed.

There are a couple more PRs that fix some of the most frequent warnings, and I was planning to cut a release after they're merged, but I don't know when that will be.

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.

3 participants