| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -235/+235 |
* | 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 |
* | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 1 | -0/+15 |
* | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -0/+25 |
* | - 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 |
* | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -3/+124 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -1/+2 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -6/+6 |
* | - [bug] Calls to query.join() to a single-table | Mike Bayer | 2011-12-03 | 1 | -2/+49 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -8/+8 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -13/+15 |
* | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -1/+1 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -11/+59 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -32/+32 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
* | - fix test_single test to use default dialect | Mike Bayer | 2010-09-15 | 1 | -2/+4 |
* | - Fixed bug that would prevent "subqueryload" from | Mike Bayer | 2010-09-13 | 1 | -1/+75 |
* | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -1/+1 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -7/+7 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -5/+6 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+400 |