Skip to content

Issue with upcoming release of SQLAlchemy 1.1 #15

Closed
@Cito

Description

@Cito

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

mgedmin commented on Apr 27, 2016

@mgedmin
Member

This is fixed in master, and now it would be good to make a release.

https://pypi.python.org/pypi/zope.sqlalchemy:

Package Index Owner: chrism, laurencerowe

I'm guessing chrism is @mcdonc, and laurencerowe is @lrowe.

ggstuart

ggstuart commented on Jun 22, 2016

@ggstuart

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-

amol- commented on Jun 22, 2016

@amol-

@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 so

mgedmin

mgedmin commented on Jun 23, 2016

@mgedmin
Member

0.7.7 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mgedmin@ggstuart@Cito@amol-

        Issue actions

          Issue with upcoming release of SQLAlchemy 1.1 · Issue #15 · zopefoundation/zope.sqlalchemy