summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/roles.py
Commit message (Expand)AuthorAgeFilesLines
* Type annotations for sqlalchemy.sql.selectableDzmitar2023-01-131-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* pep484 ORM / SQL result supportMike Bayer2022-04-271-47/+10
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-3/+8
* pep484 - sql.selectableMike Bayer2022-04-041-1/+7
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-52/+52
* pep484 - SQL internalsMike Bayer2022-03-241-2/+4
* pep-484 - SQL column operationsMike Bayer2022-03-151-11/+27
* pep-484: sqlalchemy.sql pass oneMike Bayer2022-03-131-9/+24
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+29
* initial reorganize for static typingMike Bayer2022-01-121-1/+7
* happy new year 2022Mike Bayer2022-01-061-1/+1
* remove 2.0-removed Query elementsMike Bayer2022-01-011-1/+4
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+5
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-5/+43
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-1/+4
* implement independent CTEsMike Bayer2021-07-121-0/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-13/+7
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-031-0/+4
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+4
* | Add coercions to literal()Mike Bayer2021-02-031-0/+4
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-4/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+4
* happy new yearMike Bayer2021-01-041-1/+1
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-13/+1
* introduce deferred lambdasMike Bayer2020-07-031-6/+22
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-0/+5
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-5/+3
* Convert execution to move through SessionMike Bayer2020-05-251-1/+9
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-2/+17
* happy new yearMike Bayer2020-01-011-1/+1
* Remove ORM elements from annotations at the schema level.Mike Bayer2019-11-261-1/+7
* SelectBase no longer a FromClauseMike Bayer2019-07-061-1/+9
* Use roles for ORM alias() conversionMike Bayer2019-05-271-0/+24
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+157