summaryrefslogtreecommitdiff
path: root/test/orm/test_rel_fn.py
Commit message (Expand)AuthorAgeFilesLines
* remove declarative warningsMike Bayer2021-09-291-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-6/+6
* Add pyprojectFederico Caselli2020-01-271-2/+2
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-5/+5
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-13/+20
* Post black reformattingMike Bayer2019-01-061-38/+22
* Run black -l 79 against all source filesMike Bayer2019-01-061-465/+468
* Deannotate "parententity" in primaryjoin/secondaryjoinMike Bayer2018-11-141-1/+31
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-292/+294
* - remove excess commentMike Bayer2015-04-121-2/+0
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-2/+41
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-0/+23
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-0/+20
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-191-1/+50
* - Fixed a very old behavior where the lazy load emitted for a one-to-manyMike Bayer2014-03-271-0/+44
* - Improved the check for "how to join from A to B" such that whenMike Bayer2014-03-271-0/+37
* lintingMike Bayer2013-03-091-39/+48
* some tests that were never turned on...Mike Bayer2013-03-091-7/+10
* - remove remote_foreign annotationMike Bayer2012-10-281-3/+3
* mergeMike Bayer2012-09-291-6/+48
|\
| * - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-6/+48
* | trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
|/
* -whitespace bonanza, contdMike Bayer2012-07-281-82/+82
* - identify another condition, indirectly via #2491, whereMike Bayer2012-05-241-11/+21
* add a test for r2491Mike Bayer2012-05-231-0/+36
* almost through all the fine tuningMike Bayer2012-02-251-1/+45
* start to work on error messages, allow foreign_keys as only argumentMike Bayer2012-02-251-7/+177
* - figured out again why deannotate must clone()Mike Bayer2012-02-111-17/+105
* many fixes but still can't get heuristics to work as well as what's existing,Mike Bayer2012-02-111-2/+158
* - move properties to use the new create_joinsMike Bayer2012-02-101-5/+5
* add a test for reverse remoteMike Bayer2012-02-101-3/+24
* fix up this testMike Bayer2012-02-101-14/+40
* - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-94/+152
* - hooks in the new object to RelationshipProperty, restores the "local" annot...Mike Bayer2012-02-081-17/+37
* simplify remote annotation significantly, and alsoMike Bayer2012-02-081-4/+92
* local_remote_pairs/remote_side are comparing against existingMike Bayer2012-02-061-1/+70
* this version has easy cases going well. hard cases not so muchMike Bayer2012-02-061-15/+127
* proof of concept. relationships.JoinCondition is givenMike Bayer2012-02-061-0/+75