| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove declarative warnings | Mike Bayer | 2021-09-29 | 1 | -1/+1 |
| * | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -1/+1 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -6/+6 |
| * | Add pyproject | Federico Caselli | 2020-01-27 | 1 | -2/+2 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -5/+5 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -13/+20 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -38/+22 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -465/+468 |
| * | Deannotate "parententity" in primaryjoin/secondaryjoin | Mike Bayer | 2018-11-14 | 1 | -1/+31 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -292/+294 |
| * | - remove excess comment | Mike Bayer | 2015-04-12 | 1 | -2/+0 |
| * | - Made a small improvement to the heuristics of relationship when | Mike Bayer | 2015-04-12 | 1 | -2/+41 |
| * | - Fixed bug in lazy loading SQL construction whereby a complex | Mike Bayer | 2015-02-02 | 1 | -0/+23 |
| * | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -0/+20 |
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -1/+50 |
| * | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 1 | -0/+44 |
| * | - Improved the check for "how to join from A to B" such that when | Mike Bayer | 2014-03-27 | 1 | -0/+37 |
| * | linting | Mike Bayer | 2013-03-09 | 1 | -39/+48 |
| * | some tests that were never turned on... | Mike Bayer | 2013-03-09 | 1 | -7/+10 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -3/+3 |
| * | merge | Mike Bayer | 2012-09-29 | 1 | -6/+48 |
| |\ |
|
| | * | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -6/+48 |
| * | | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| |/ |
|
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -82/+82 |
| * | - identify another condition, indirectly via #2491, where | Mike Bayer | 2012-05-24 | 1 | -11/+21 |
| * | add a test for r2491 | Mike Bayer | 2012-05-23 | 1 | -0/+36 |
| * | almost through all the fine tuning | Mike Bayer | 2012-02-25 | 1 | -1/+45 |
| * | start to work on error messages, allow foreign_keys as only argument | Mike Bayer | 2012-02-25 | 1 | -7/+177 |
| * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -17/+105 |
| * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -2/+158 |
| * | - move properties to use the new create_joins | Mike Bayer | 2012-02-10 | 1 | -5/+5 |
| * | add a test for reverse remote | Mike Bayer | 2012-02-10 | 1 | -3/+24 |
| * | fix up this test | Mike Bayer | 2012-02-10 | 1 | -14/+40 |
| * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -94/+152 |
| * | - hooks in the new object to RelationshipProperty, restores the "local" annot... | Mike Bayer | 2012-02-08 | 1 | -17/+37 |
| * | simplify remote annotation significantly, and also | Mike Bayer | 2012-02-08 | 1 | -4/+92 |
| * | local_remote_pairs/remote_side are comparing against existing | Mike Bayer | 2012-02-06 | 1 | -1/+70 |
| * | this version has easy cases going well. hard cases not so much | Mike Bayer | 2012-02-06 | 1 | -15/+127 |
| * | proof of concept. relationships.JoinCondition is given | Mike Bayer | 2012-02-06 | 1 | -0/+75 |