summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* remove lambda caching from loader strategiesMike Bayer2021-08-171-2/+1
* Apply new uniquing rules for future ORM selectsMike Bayer2021-07-211-1/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* clear new Query._memoized_select_entities in _from_selectableMike Bayer2021-06-301-0/+1
* set _render_for_subquery for legacy set opsMike Bayer2021-06-261-1/+7
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-0/+4
* add some cross-linking for orderby/groupby docs + label examplesMike Bayer2021-04-191-2/+18
* test fixes from non-gerrit buildsMike Bayer2021-04-151-3/+1
* Disable and disallow Result.unique() with yield_perMike Bayer2021-04-061-1/+4
* Merge "Disallow AliasedReturnsRows from execution"mike bayer2021-04-061-2/+0
|\
| * Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-2/+0
* | Detect (Entity, Entity) vs (Entity, onclause) in legacy joinMike Bayer2021-04-051-4/+24
|/
* warn / document for Query.with_polymorphic() with with_loader_criteria()Mike Bayer2021-03-231-2/+11
* Restore Query.selectableMike Bayer2021-03-181-0/+12
* Merge "Ensure entity or None returned from _entity_from_pre_ent_zero()"mike bayer2021-03-171-1/+7
|\
| * Ensure entity or None returned from _entity_from_pre_ent_zero()Mike Bayer2021-03-171-1/+7
* | turn off eager configure_mappers() outside of Query, LoadMike Bayer2021-03-161-3/+12
|/
* Move enable_eagerloads(False) out of _from_self() into count()Mike Bayer2021-03-151-2/+1
* Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-051-0/+10
* Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-2/+24
* Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-111-3/+7
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-10/+10
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-10/+10
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-16/+41
|/
* happy new yearMike Bayer2021-01-041-1/+1
* Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-2/+0
* Fix documentation link in query with_for_updateFederico Caselli2020-12-021-1/+1
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-73/+14
* rename "bulk" UPDATE and DELETE to not use the word "bulk"Mike Bayer2020-10-291-11/+13
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-8/+32
* Merge "Fetch first support"mike bayer2020-10-051-0/+6
|\
| * Fetch first supportFederico Caselli2020-10-021-0/+6
* | Improve some documentationsFederico Caselli2020-09-291-1/+0
|/
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+9
* new docs WIPMike Bayer2020-09-241-0/+8
* Deprecate negative slice indexesMike Bayer2020-09-221-1/+5
* Complete deprecation of from_self()Mike Bayer2020-09-181-3/+7
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+11
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-1/+3
* Add more docs for populate_existing(); link with_for_updateMike Bayer2020-09-101-2/+17
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-2/+2
* See if the future is hereMike Bayer2020-08-281-3/+0
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+14
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-28/+42
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-1/+3
* Ensure _distinct_on removed within from_selectableMike Bayer2020-07-201-0/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-376/+70
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-3/+6
* introduce deferred lambdasMike Bayer2020-07-031-2/+10
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-22/+23