| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 3 | -6/+7 |
| * | Additional fixes to sane rowcount | Mike Bayer | 2017-08-31 | 1 | -0/+2 |
| * | Enable multi-level selectin polymorphic loading | Mike Bayer | 2017-08-07 | 2 | -13/+342 |
| * | Set complete FROM list for subquery eagerload's orig query | Mike Bayer | 2017-06-16 | 1 | -0/+4 |
| * | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -0/+260 |
| * | Demote innerjoin to outerjoin coming from with_polymorphic | Mike Bayer | 2017-05-12 | 1 | -0/+52 |
| * | Consult _select_from_entity in _adjust_for_single_inheritance | Mike Bayer | 2017-03-14 | 1 | -5/+20 |
| * | Check for columns not part of mapping, correct mapping for eager_defaults | Mike Bayer | 2017-02-09 | 1 | -1/+73 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 16 | -2629/+3002 |
| * | - this test is too brittle under load, not worth it, remove it | Mike Bayer | 2017-01-17 | 1 | -59/+0 |
| * | Adapt from "localparent" in joinedloader | Mike Bayer | 2017-01-09 | 1 | -1/+71 |
| * | Add real .entities to _BundleEntity | Mike Bayer | 2016-12-19 | 1 | -17/+103 |
| * | Disable single-inheritance critera on the outside of UNION | Mike Bayer | 2016-11-18 | 1 | -0/+50 |
| * | Ensure mapper.polymorphic_on is polymorphic_prop.columns[0] | Mike Bayer | 2016-09-21 | 1 | -1/+76 |
| * | - fix this test which did not allow for the A/ ASub to be loaded | Mike Bayer | 2016-08-12 | 1 | -7/+15 |
| * | - a variety of test adjustments to accomodate for MySQL 5.7 | Mike Bayer | 2016-07-24 | 2 | -2/+5 |
| * | Remove same-named relationship warning | Mike Bayer | 2016-07-19 | 1 | -1/+70 |
| * | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 4 | -10/+17 |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 3 | -18/+42 |
| * | - skip GC tests here when coverage is enabled, seems to interfere | Mike Bayer | 2016-03-08 | 1 | -1/+1 |
| * | - An improvement to the workings of :meth:`.Query.correlate` such | Mike Bayer | 2016-02-25 | 1 | -3/+72 |
| * | - use regex here, columns dont matter, keep coming up with different orderings | Mike Bayer | 2016-01-23 | 1 | -3/+3 |
| * | - make this test deterministic | Mike Bayer | 2016-01-21 | 1 | -3/+3 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 1 | -0/+236 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 1 | -0/+39 |
| * | - varchar requires a length | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
| * | - add the test from ref #3614 as well for testing ref #3611 | Mike Bayer | 2015-12-21 | 1 | -0/+60 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -18/+99 |
| * | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 1 | -1/+130 |
| * | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 1 | -0/+15 |
| * | - use is_() here to more clearly show what's going wrong | Mike Bayer | 2015-10-19 | 1 | -13/+25 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -0/+56 |
| * | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -0/+25 |
| * | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 1 | -12/+12 |
| * | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -6/+3 |
| * | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 1 | -0/+6 |
| * | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -0/+59 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -0/+25 |
| * | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -2/+120 |
| * | - use default dialect for compile test here | Mike Bayer | 2014-08-29 | 1 | -1/+2 |
| * | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 1 | -3/+16 |
| * | - ensure all tests are named test_* | Mike Bayer | 2014-07-30 | 5 | -34/+34 |
| * | - use new Or() directive to test for both SQL variants here, which can vary | Mike Bayer | 2014-06-21 | 1 | -7/+16 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 2 | -40/+66 |
| * | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -0/+2 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-27 | 1 | -1/+1 |
| * | - Fixed an 0.9 regression where the automatic aliasing applied by | Mike Bayer | 2014-01-23 | 1 | -0/+36 |
| * | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -3/+5 |