github sqlalchemy/sqlalchemy rel_1_3_15
1.3.15

latest releases: rel_2_0_30, rel_2_0_29, rel_2_0_28...
4 years ago

1.3.15

Released: March 11, 2020

orm

  • [orm] [bug] Adjusted the error message emitted by Query.join() when a left hand
    side can't be located that the Query.select_from() method is the
    best way to resolve the issue. Also, within the 1.3 series, used a
    deterministic ordering when determining the FROM clause from a given column
    entity passed to Query so that the same expression is determined
    each time.

    References: #5194

  • [orm] [bug] Fixed regression in 1.3.14 due to #4849 where a sys.exc_info()
    call failed to be invoked correctly when a flush error would occur. Test
    coverage has been added for this exception case.

    References: #5196

Don't miss a new sqlalchemy release

NewReleases is sending notifications on new releases.