summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/roles.py
Commit message (Expand)AuthorAgeFilesLines
* 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