| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -2/+0 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+4 |
| * | Accommodate for base class when adjusting path for with_polymorphic | Mike Bayer | 2020-01-28 | 1 | -1/+40 |
| * | InstanceState default path is RootRegistry, not tuple | Mike Bayer | 2020-01-22 | 1 | -0/+26 |
| * | Adjust natural path to relationship's base mapper for aliased class also | Mike Bayer | 2020-01-20 | 1 | -0/+83 |
| * | Adjust use_mapper_path rule for poly subclasses | Mike Bayer | 2020-01-13 | 1 | -9/+45 |
| * | Set use_mapper_path=True for with_poly subentities | Mike Bayer | 2020-01-07 | 1 | -4/+9 |
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -2/+2 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -1/+18 |
| * | Serialize the context dictionary in Load objects | Mike Bayer | 2019-08-26 | 1 | -0/+57 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -5/+5 |
| * | Rework AliasedClass __getattr__ to use top-level getattr() | Dmytro Starosud | 2019-05-29 | 1 | -7/+102 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -11/+17 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -149/+179 |
| * | Add an identity_token to the identity key | Mike Bayer | 2017-12-22 | 1 | -6/+16 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -21/+24 |
| * | Honor hybrid property / method docstrings | Mike Bayer | 2016-04-18 | 1 | -5/+19 |
| * | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -0/+50 |
| * | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -72/+110 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -4/+4 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -26/+23 |
| * | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -11/+4 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -14/+16 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -58/+196 |
| * | - add support for integer indexes and slices to PathRegistry | Mike Bayer | 2012-10-11 | 1 | -5/+299 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+4 |
| * | - [bug] Fixed identity_key() function which | Mike Bayer | 2012-06-11 | 1 | -0/+10 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -1/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+3 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -3/+6 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
| * | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
| |\ |
|
| | * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| * | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -36/+0 |
| |/ |
|
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -1/+17 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+239 |