summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "implement deferred scalarobject history load"mike bayer2021-07-101-0/+3
|\
| * implement deferred scalarobject history loadMike Bayer2021-07-091-0/+3
* | Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
|/
* have automap suppress overlaps warning for mapped secondaryMike Bayer2021-06-251-0/+8
* fix typoMike Bayer2021-06-101-1/+1
* simplify relationship caching optionsMike Bayer2021-06-091-13/+13
* apply sorting to overlaps messageMike Bayer2021-06-021-3/+5
* improve "overlaps" warning; test for m2mMike Bayer2021-06-011-2/+5
* ensure relationship.order_by stored as a tuple; check in dynamic alsoMike Bayer2021-05-271-2/+2
* Merge "Detect back_populates referring to non-relationship"mike bayer2021-05-211-0/+7
|\
| * Detect back_populates referring to non-relationshipFederico Caselli2021-05-201-0/+7
* | Remove pep484 type comments from the codeFederico Caselli2021-05-161-7/+1
* | Update black flak8 and zimportsFederico Caselli2021-05-121-1/+2
|/
* Expand sibling tests for overlaps warningMike Bayer2021-03-311-1/+8
* Remove passive_deletes warning for many-to-oneMike Bayer2021-03-031-7/+0
* Revert AppenderQuery modifications from ORMMike Bayer2021-02-251-2/+2
* Further refine labeling for renamed columnsMike Bayer2021-02-121-2/+2
* reorganize mapper compile/teardown under registryMike Bayer2021-02-011-8/+8
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Check explicitly for mapped class as secondaryMike Bayer2020-12-151-2/+16
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+1
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-2/+3
* Build out new declarative systems; deprecate mapper()Mike Bayer2020-09-101-2/+29
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-3/+45
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-0/+4
* Merge "Imply `sync_backref` flag in a viewonly relationship"mike bayer2020-07-291-22/+24
|\
| * Imply `sync_backref` flag in a viewonly relationshipFederico Caselli2020-07-071-22/+24
* | Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-5/+11
|/
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+1
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-9/+13
* Convert execution to move through SessionMike Bayer2020-05-251-2/+2
* Reword delete-orphan on many error message and documentMike Bayer2020-05-161-4/+23
* Add sync_backref flag in a relationshipFederico Caselli2020-05-051-25/+76
* Capitalize documentation for relationship paramsFederico Caselli2020-04-281-21/+21
* Alias the onclause if ORM join is to same polymorphic selectableMike Bayer2020-04-271-1/+4
* Raise informative error when non-object m2o comparison usedMike Bayer2020-04-191-1/+12
* Run search and replace of symbolic module namesMike Bayer2020-04-141-109/+141
* Use dot-separated name resolution for relationship targetMike Bayer2020-04-071-1/+49
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-3/+4
* updated doc string to show `NOT (EXISTS` instead of `NOT EXISTS`, as …jonathan vanasco2020-03-141-2/+2
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-4/+11
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-37/+51
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-10/+35
* Begin to disallow back_populates with viewonly=TrueMike Bayer2020-02-111-0/+21
* Enable F821Mike Bayer2020-01-041-2/+7
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-0/+1
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-3/+17
* Raise for persistence casades set with viewonly=TrueMike Bayer2019-11-221-17/+9