| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - eager loads | Mike Bayer | 2013-06-04 | 1 | -1/+1 |
* | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 1 | -2/+3 |
* | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -11/+11 |
* | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 1 | -5/+5 |
* | merge default | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
|\ |
|
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
* | | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+1 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -12/+12 |
|/ |
|
* | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
* | cleanup | Mike Bayer | 2013-04-25 | 1 | -51/+15 |
* | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -57/+69 |