]> 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)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 5 Mar 2025 20:59:39 +0000 (15:59 -0500)
commit0bf7e02afbec557eb3a5607db407f27deb7aac77
tree1566db8673e4bc18afa7bce520e9427f8a7ea8f9
parent9b9e1e127f77618e84dee233b3d4beaae1f4e50d
Complement type annotations for ARRAY

### Description

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

### Checklist

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
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/sqltypes.py