summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/_typing.py
Commit message (Expand)AuthorAgeFilesLines
* add missing docsMike Bayer2023-05-101-1/+4
* Add public alias of type _ColumnExpressionArgumentFederico Caselli2023-04-271-3/+5
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+6
* TextualSelect is ReturnsRowsRoleMike Bayer2023-03-021-0/+1
* use read-only Mapping for values dictionary typeMike Bayer2023-02-261-0/+4
* Allow custom sorting of column in the ORM.Federico Caselli2023-02-161-0/+2
* modernize hybrids and apply typingMike Bayer2023-02-161-2/+4
* Fixed typing of limit, offset and fetch to allow ``None``.Federico Caselli2023-01-311-0/+2
* allow single tables and entities for "of"Mike Bayer2023-01-291-1/+0
* apply pep-612 to hybrid_method; accept SQLCoreOperationsMike Bayer2023-01-141-1/+7
* Type annotations for sqlalchemy.sql.selectableDzmitar2023-01-131-0/+2
* Order_by and group_by accept labelsFederico Caselli2022-12-031-0/+2
* Improve typings of execution optionsFederico Caselli2022-11-021-0/+7
* revenge of pep 484Mike Bayer2022-05-151-0/+10
* accept for literal coercionsMike Bayer2022-05-061-0/+3
* pep484 ORM / SQL result supportMike Bayer2022-04-271-7/+71
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-3/+18
* pep484: schema APIMike Bayer2022-04-151-0/+11
* pep-484: session, instancestate, etcMike Bayer2022-04-121-2/+7
* cx_Oracle modernizeMike Bayer2022-04-071-0/+23
* pep484 - sql.selectableMike Bayer2022-04-041-15/+120
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-16/+49
* pep484 - SQL internalsMike Bayer2022-03-241-2/+4
* pep484 for hybridMike Bayer2022-03-171-0/+10
* pep-484 - SQL column operationsMike Bayer2022-03-151-1/+45
* pep-484 for engineMike Bayer2022-03-011-9/+0
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+12
* mypy: sqlalchemy.utilMike Bayer2022-01-241-0/+9