]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Complement type annotations for ARRAY
authorDenis Laxalde <denis@laxalde.org>
Wed, 5 Mar 2025 20:59:39 +0000 (15:59 -0500)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 12 Mar 2025 20:43:20 +0000 (21:43 +0100)
commit5188b39dd23b40c243dd96a618614c892264227e
tree12091640c9ff2330ece1a2b53820b934647dbb92
parent3f92784fbeebd8479c06250ab93f547515ec34fd
Complement type annotations for ARRAY

This complements the type annotations of the `ARRAY` class, in preparation of #12384.

This pull request is:

- [ ] A documentation / typographical / small typing error fix
- Good to go, no issue or tests are needed
- [ ] 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.
- [x] 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.

Related to https://github.com/sqlalchemy/sqlalchemy/issues/6810

Closes: #12386
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12386
Pull-request-sha: c9513ce729fa1116b46b02336d4e2cda3d096fee

Change-Id: If9df4708c8e597eedc79ee3990792fa6c72f1afe
(cherry picked from commit 0bf7e02afbec557eb3a5607db407f27deb7aac77)
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/sqltypes.py