| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -1/+1 |
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -4/+13 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 1 | -1/+2 |
* | - don't overwrite an existing _strategy_keys collection; | Mike Bayer | 2015-02-02 | 1 | -1/+2 |
* | - doc fixes | Mike Bayer | 2015-01-06 | 1 | -8/+5 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -8/+43 |
* | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+2 |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -1/+3 |
* | - remove some old cruft | Mike Bayer | 2014-09-07 | 1 | -51/+85 |
* | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 1 | -7/+10 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -6/+6 |
* | - The :meth:`.InspectionAttr.info` collection is now moved down to | Mike Bayer | 2014-08-13 | 1 | -22/+0 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -2/+2 |
* | flake8 cleanup | Mike Bayer | 2014-08-13 | 1 | -3/+3 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -17/+17 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` and | Mike Bayer | 2014-02-26 | 1 | -4/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 1 | -3/+0 |
* | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -0/+3 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -276/+45 |
* | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -0/+3 |
* | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -1/+20 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -97/+34 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -6/+15 |
* | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -3/+3 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -0/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | Fixed `__repr__()` on mapper property constructs | Mike Bayer | 2013-04-11 | 1 | -1/+1 |
* | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+10 |
* | Can set/change the "cascade" attribute on a :func:`.relationship` | Mike Bayer | 2013-03-02 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 1 | -2/+63 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -16/+17 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -18/+23 |
* | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -6/+7 |
* | - [feature] Conflicts between columns on | Mike Bayer | 2012-08-27 | 1 | -1/+6 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -0/+16 |
* | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -7/+70 |
* | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -3/+0 |
* | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -0/+3 |
* | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -0/+2 |
* | - move ext to relative imports | Mike Bayer | 2012-07-17 | 1 | -4/+2 |
* | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -3/+3 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -5/+16 |
* | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -28/+26 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -76/+3 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -18/+13 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -112/+75 |