summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/lambdas.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* fully implement future engine and remove legacyMike Bayer2021-11-071-4/+4
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* honor NO_CACHE in lambdasMike Bayer2021-08-171-29/+70
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* set bindparam.expanding in coercion againMike Bayer2021-05-101-0/+2
* track_on needs to be a fixed size, support sub-tuplesMike Bayer2021-04-301-1/+10
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-8/+2
* Use compat.exec_()Martin Häcker2021-03-231-1/+2
* Use explicit names for mapper _get_clause parametersMike Bayer2021-03-171-1/+3
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Major revisals to lambdasMike Bayer2020-12-161-144/+312
* Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-1/+6
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+11
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+1
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-262/+718
* introduce deferred lambdasMike Bayer2020-07-031-0/+607