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

Bump sqlalchemy from 1.4.11 to 1.4.14#72

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-1.4.14
Closed

Bump sqlalchemy from 1.4.11 to 1.4.14#72
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sqlalchemy-1.4.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2021

Bumps sqlalchemy from 1.4.11 to 1.4.14.

Release notes

Sourced from sqlalchemy's releases.

1.4.14

Released: May 6, 2021

orm

  • [orm] [bug] [regression] Fixed regression involving lazy='dynamic' loader in conjunction with a detached object. The previous behavior was that the dynamic loader upon calling methods like .all() returns empty lists for detached objects without error, this has been restored; however a warning is now emitted as this is not the correct result. Other dynamic loader scenarios correctly raise DetachedInstanceError.

    References: #6426

engine

  • [engine] [usecase] [orm] Applied consistent behavior to the use case of calling .commit() or .rollback() inside of an existing .begin() context manager, with the addition of potentially emitting SQL within the block subsequent to the commit or rollback. This change continues upon the change first added in #6155 where the use case of calling "rollback" inside of a .begin() contextmanager block was proposed:

    -   calling `.commit()` or `.rollback()` will now be allowed
        without error or warning within all scopes, including
        that of legacy and future `_engine.Engine`, ORM
        `_orm.Session`, asyncio `AsyncEngine`.  Previously,
        the `_orm.Session` disallowed this.
    
    • The remaining scope of the context manager is then closed; when the block ends, a check is emitted to see if the transaction was already ended, and if so the block returns without action.

    • It will now raise an error if subsequent SQL of any kind is emitted within the block, after .commit() or .rollback() is called. The block should be closed as the state of the executable object would otherwise be undefined in this state.

References: #6288

  • [engine] [bug] [regression] Established a deprecation path for calling upon the _cursor.CursorResult.keys() method for a statement that returns no rows to provide support for legacy patterns used by the "records" package as well as any other non-migrated applications. Previously, this would raise ResourceClosedException unconditionally in the same way as

  • ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

    @dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2021
    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github May 11, 2021

    Superseded by #73.

    @dependabot dependabot bot closed this May 11, 2021
    @dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-1.4.14 branch May 11, 2021 21:01
    Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

    Labels

    dependencies Pull requests that update a dependency file

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants