summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
* Removals: strings for join(), loader_options().Mike Bayer2021-12-081-10/+3
* fix typo in documentationFederico Caselli2021-12-011-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-3/+3
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* warnings: with_polymorphic()Mike Bayer2021-10-291-0/+8
* fix with_loader_criteria for select(A).join(B)Mike Bayer2021-10-151-6/+52
* clarify that with_loader_criteria does not affect contains_eager()Mike Bayer2021-10-141-0/+7
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-0/+8
* remove lambda caching from loader strategiesMike Bayer2021-08-171-1/+11
* add columns_clause_froms and related use casesMike Bayer2021-08-071-0/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* ensure with poly entities are also reconstituted for GC'ed ACMike Bayer2021-06-261-0/+9
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-2/+0
* Bypass declared_attr w/ a custom wrapper for lambda criteriaMike Bayer2021-04-181-3/+31
* Merge "Adjust derivation rules for table vs. subquery against a join"mike bayer2021-03-231-0/+7
|\
| * Adjust derivation rules for table vs. subquery against a joinMike Bayer2021-03-231-0/+7
* | warn / document for Query.with_polymorphic() with with_loader_criteria()Mike Bayer2021-03-231-0/+7
|/
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-0/+9
* Further refine labeling for renamed columnsMike Bayer2021-02-121-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* lambda refactor post-production fixesMike Bayer2020-12-171-1/+1
* Major revisals to lambdasMike Bayer2020-12-161-1/+13
* Revise attribute refresh for with_loader_criteria, relatedMike Bayer2020-12-111-10/+32
* Pass through plain selectable to .alias()Mike Bayer2020-12-071-3/+6
* Ensure the "orm" plugin is used unconditionally for bundlesMike Bayer2020-11-161-5/+20
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-0/+34
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+2
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-31/+16
* Deprecate negative slice indexesMike Bayer2020-09-221-3/+17
* Complete deprecation of from_self()Mike Bayer2020-09-181-70/+0
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-6/+11
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-12/+8
* Support extra / single inh criteria with ORM update/deleteMike Bayer2020-08-301-3/+6
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-0/+184
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+105
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-4/+5
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+5
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-7/+30
* Convert execution to move through SessionMike Bayer2020-05-251-5/+26
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-8/+218
* Merge "fixes #4212 raise an error if selectable and flat/aliased are sent to ...mike bayer2020-05-061-0/+7
|\
| * fixes #4212 raise an error if selectable and flat/aliased are sent to with_po...RamonWill2020-04-281-0/+7
* | Consider aliased=True, from_joinpoint as legacyMike Bayer2020-05-041-8/+7
* | Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
|/
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-1/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-46/+60
* Correct ambiguous func / class linksMike Bayer2020-03-251-15/+16
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+3
* Adjust use_mapper_path rule for poly subclassesMike Bayer2020-01-131-1/+1