Page MenuHomeSolus

Update python-sqlalchemy to 1.3.3
ClosedPublic

Authored by maverick1 on May 26 2019, 2:01 PM.
Tags
None
Referenced Files
F11070223: D6433.diff
Fri, Aug 11, 11:59 PM
F11040046: D6433.diff
Thu, Aug 10, 1:35 AM
F10807533: D6433.id15834.diff
May 30 2023, 5:18 AM
F10806884: D6433.diff
May 30 2023, 2:56 AM
F10806710: D6433.id15469.diff
May 30 2023, 2:11 AM
Subscribers

Details

Summary

Update python-sqlalchemy to 1.3.3

Changes

  • Fixed 1.3 regression in new “ambiguous FROMs” query logic introduced in Query.join()
  • Fixed regression from release 1.3.2 where a URL that contained only a query string and no hostname, such as for the purposes of specifying a service file with connection information, would no longer be propagated to psycopg2 properly.
  • Fixed issue in SQL Server dialect where if a bound parameter were present in an ORDER BY expression that would ultimately not be rendered in the SQL Server version of the statement, the parameters would still be part of the execution parameters, leading to DBAPI-level errors.

Detailed changelog available here.

Test Plan

Ran flask-sqlalchemy succesfully making changes in the database which is its reverse dependency.

Diff Detail

Repository
R2699 python-sqlalchemy
Lint
Lint Not Applicable
Unit
Tests Not Applicable