Closed
Description
Zope.sqlalchemy is calling session.transaction._iterate_parents()
in datamanger.py. Unfortunately, this method has been renamed to _iterate_self_and_parents()
in SQLAlchemy 1.1 (see here).
So this should be fixed somehow or things will break when SQLAlchemy 1.1 will be release (soon).
Activity
mgedmin commentedon Apr 27, 2016
This is fixed in master, and now it would be good to make a release.
https://pypi.python.org/pypi/zope.sqlalchemy:
I'm guessing chrism is @mcdonc, and laurencerowe is @lrowe.
ggstuart commentedon Jun 22, 2016
Hi, I've got this issue in a fresh install of my hitherto working pyramid app. Is the current solution to downgrade SQLAlchemy? If so then to what version do I downgrade?
amol- commentedon Jun 22, 2016
@mgedmin I saw @mcdonc added you as a maintainer on pypi ->
Package Index Owner: mgedmin, laurencerowe, chrism
it should be possible to roll out a new release fixing this whenever you have spare time to do somgedmin commentedon Jun 23, 2016
0.7.7 is released.