Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps sqlalchemy from 1.4.49 to 2.0.21.

Release notes

Sourced from sqlalchemy's releases.

2.0.21

Released: September 18, 2023

orm

  • [orm] [bug] Adjusted the ORM's interpretation of the "target" entity used within Update and Delete to not interfere with the target "from" object passed to the statement, such as when passing an ORM-mapped _orm.aliased construct that should be maintained within a phrase like "UPDATE FROM". Cases like ORM session synchonize using "SELECT" statements such as with MySQL/ MariaDB will still have issues with UPDATE/DELETE of this form so it's best to disable synchonize_session when using DML statements of this type.

    References: #10279

  • [orm] [bug] Added new capability to the _orm.selectin_polymorphic() loader option which allows other loader options to be bundled as siblings, referring to one of its subclasses, within the sub-options of parent loader option. Previously, this pattern was only supported if the _orm.selectin_polymorphic() were at the top level of the options for the query. See new documentation section for example.

    As part of this change, improved the behavior of the _orm.Load.selectin_polymorphic() method / loader strategy so that the subclass load does not load most already-loaded columns from the parent table, when the option is used against a class that is already being relationship-loaded. Previously, the logic to load only the subclass columns worked only for a top level class load.

    References: #10348

engine

  • [engine] [bug] Fixed a series of reflection issues affecting the PostgreSQL, MySQL/MariaDB, and SQLite dialects when reflecting foreign key constraints where the target column contained parenthesis in one or both of the table name or column name.

    References: #10275

sql

  • [sql] [usecase] Adjusted the _types.Enum datatype to accept an argument of None for the _types.Enum.length parameter, resulting in a VARCHAR or other textual type with no length in the resulting DDL. This

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.49 to 2.0.21.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3d40011) 100.00% compared to head (34579cc) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           63        63           
=========================================
  Hits            63        63           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Unit Tests for python 3.8

24 tests  ±0   20 ✔️  - 2   6s ⏱️ +2s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     2 +2 

For more details on these failures, see this check.

Results for commit 34579cc. ± Comparison against base commit 3d40011.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

Unit Tests for python 3.11

24 tests  ±0   20 ✔️  - 2   5s ⏱️ ±0s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     2 +2 

For more details on these failures, see this check.

Results for commit 34579cc. ± Comparison against base commit 3d40011.

@github-actions
Copy link

Unit Tests for python 3.10

24 tests  ±0   20 ✔️  - 2   6s ⏱️ -1s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     2 +2 

For more details on these failures, see this check.

Results for commit 34579cc. ± Comparison against base commit 3d40011.

@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Unit Tests for python 3.9

24 tests  ±0   22 ✔️ ±0   5s ⏱️ -1s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 34579cc. ± Comparison against base commit 3d40011.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

Unit Tests for python 3.10

24 tests  ±0   21 ✔️  - 1   6s ⏱️ -1s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     1 +1 

For more details on these failures, see this check.

Results for commit 34579cc. ± Comparison against base commit 3d40011.

@github-actions
Copy link

Unit Tests for python 3.11

24 tests  ±0   21 ✔️  - 1   5s ⏱️ ±0s
  1 suites ±0     2 💤 ±0 
  1 files   ±0     1 +1 

For more details on these failures, see this check.

Results for commit 34579cc. ± Comparison against base commit 3d40011.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #27.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/sqlalchemy-2.0.21 branch October 16, 2023 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants