Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Sqlalchemy does not commit items installed through post_creation #60

Description

@samjetski

When I reference a fixture in a post_creation section using !rel, it is created and added to relationship but I have to manually run an extra commit afterwards.

Results in code like:

fix.install_fixture(name)
db.session.commit()

Feels like I shouldn't need to do this...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions