| Commit message (Expand) | Author | Age | Files | Lines |
* | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -0/+21 |
* | Add clause adaptation for AliasedClass to with_parent() | Mike Bayer | 2017-05-23 | 1 | -9/+8 |
* | Demote innerjoin to outerjoin coming from with_polymorphic | Mike Bayer | 2017-05-12 | 1 | -6/+13 |
* | Update inheritance documentation. | Mike Bayer | 2017-05-10 | 1 | -6/+4 |
* | Use baked lazyloading by default | Mike Bayer | 2017-04-13 | 1 | -0/+13 |
* | Add bulk_replace event, integrate with @validates | Mike Bayer | 2017-03-16 | 1 | -2/+21 |
* | Memoize AliasedClass, ClauseAdapter objects in joined eager load | Mike Bayer | 2017-02-16 | 1 | -0/+11 |
* | Fix typo in documentation | Frederic Junod | 2017-01-20 | 1 | -1/+1 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -9/+9 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - small updates to polymorphic eager loading, cross-link from | Mike Bayer | 2016-08-11 | 1 | -5/+5 |
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -10/+16 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 1 | -1/+5 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -1/+8 |
* | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -1/+1 |
* | - Fixed 1.0 regression where the enhanced behavior of single-inheritance | Mike Bayer | 2015-06-19 | 1 | -3/+4 |
* | - Liberalized an assertion that was added as part of :ticket:`3347` | Mike Bayer | 2015-05-02 | 1 | -1/+5 |
* | - Fixed a critical regression caused by :ticket:`3061` where the | Mike Bayer | 2015-04-17 | 1 | -1/+1 |
* | - further fixes for #3347; track the mappers we're joining | Mike Bayer | 2015-03-31 | 1 | -1/+29 |
* | Accept unicode in CascadeOptionspr/160 | Julien Castets | 2015-03-16 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -4/+6 |
* | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -3/+19 |
* | Merge remote-tracking branch 'origin/pr/137' into pr137 | Mike Bayer | 2014-10-21 | 1 | -7/+12 |
|\ |
|
| * | change functionspr/137 | jona | 2014-09-16 | 1 | -7/+12 |
* | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+10 |
|/ |
|
* | - remove some old cruft | Mike Bayer | 2014-09-07 | 1 | -3/+1 |
* | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -10/+8 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -4/+7 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -4/+5 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -2/+2 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -87/+97 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -2/+1 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 1 | -12/+40 |
* | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -6/+25 |
* | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -14/+6 |
* | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -0/+1 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -2/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -422/+7 |
* | remove double methods | Mike Bayer | 2013-06-17 | 1 | -19/+0 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -81/+100 |
* | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 1 | -1/+0 |
* | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -0/+26 |
* | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -2/+7 |
* | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -9/+11 |