| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -17/+13 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -41/+61 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -2/+2 |
| * | Pass connection to TablesTest.insert_data() | Mike Bayer | 2020-04-15 | 1 | -2/+2 |
| * | Remove ORDER BY pk from subqueryload, selectinload | Mike Bayer | 2020-03-30 | 1 | -2/+1 |
| * | Open up check for relationships that write to the same column | Mike Bayer | 2020-02-27 | 1 | -1/+3 |
| * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -1/+1 |
| * | Raise for unexpected polymorphic identity | Mike Bayer | 2020-01-29 | 1 | -25/+86 |
| * | Query linter option | Alessio Bogon | 2020-01-22 | 1 | -7/+19 |
| * | Use expanding IN for all literal value IN expressions | Mike Bayer | 2019-12-22 | 1 | -29/+32 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -1/+1 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -8/+2 |
| * | Use roles for ORM alias() conversion | Mike Bayer | 2019-05-27 | 1 | -1/+1 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -1/+1 |
| * | Adapt single inh criteria more specifically | Mike Bayer | 2019-01-17 | 1 | -0/+213 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -10/+40 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -458/+711 |
| * | Ensure select_from_entity adapter is used in adjust_for_single_inheritance | Mike Bayer | 2018-04-19 | 1 | -0/+19 |
| * | Don't include SelectBase when searching for surface column elements | Mike Bayer | 2017-10-05 | 1 | -0/+32 |
| * | 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 |