]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #10933 typing in ColumnExpressionArgument
authorTomasz Nowacki <t.nowacki87@gmail.com>
Mon, 4 Mar 2024 14:52:02 +0000 (09:52 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Mon, 4 Mar 2024 14:52:02 +0000 (09:52 -0500)
commite4fa1745839c5a793b2ef2d04d9077f5be65f400
tree4aad6af440a66e3eee32ee0558c459d179580492
parentb5e8c80f24c326e8491d1db6c5b32dcf730b53b4
Fixes: #10933 typing in ColumnExpressionArgument
### Description
Fixes: #10933 typing in ColumnExpressionArgument
### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [ ] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [x] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #10959
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10959
Pull-request-sha: 6fed2cf1d1ba78e9101a3608bd0cf70f2abb3232

Change-Id: I43420add824881e7cc0ec93e3c8b9a04d33e30df
lib/sqlalchemy/orm/_orm_constructors.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/lambdas.py
test/typing/plain_files/orm/orm_querying.py