-
Notifications
You must be signed in to change notification settings - Fork 2
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
SA20: AttributeError: can't set attribute 'returning'
#110
Comments
compiler.returning
compiler.returning
compiler.returning
AttributeError: can't set attribute 'returning'
ProblemThe reason why this croaks is because the Exercise
Root causeTurtles all the way down, we had to use
SolutionRemoving that commit will probably make things work again. |
It does, see crate/crate-python#488. |
Observations
CI tripped over the SQLAlchemy 2.0 GA release last night [1]. The same thing can be observed at the recent PR build of crate/crate-python#488 [2].
[1] Latest nightly: https://github.com/crate/crate-python/actions/runs/4020995995
[2] PR: https://github.com/crate/crate-python/actions/runs/4023530229/jobs/6914508982#step:4:341
Analysis
Works
Croaks
The text was updated successfully, but these errors were encountered: