| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -2/+5 |
* | - [feature] Added new capability to relationship | Mike Bayer | 2012-01-22 | 1 | -2/+13 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -1/+1 |
* | plus synonyms accessed as string | Mike Bayer | 2011-09-19 | 1 | -2/+2 |
* | - add docstrings for defer(), undefer(), improve name "keys" to be "key" | Mike Bayer | 2011-08-14 | 1 | -1/+2 |
* | - second pass through association proxy docs, some more links on any()/has(),... | Mike Bayer | 2011-08-06 | 1 | -14/+26 |
* | - Feature enhancement: joined and subquery | Mike Bayer | 2011-07-17 | 1 | -1/+0 |
* | - dont actually need separate init(), but be conservative for now. | Mike Bayer | 2011-05-31 | 1 | -1/+5 |
* | - remove the old term 'selectcontext' | Mike Bayer | 2011-05-31 | 1 | -2/+2 |
* | update out of date docstring | Mike Bayer | 2011-05-31 | 1 | -6/+5 |
* | - move Operators and ColumnOperators into sqlalchemy.sql.operators - since this | Mike Bayer | 2011-05-28 | 1 | -2/+2 |
* | - get all comparison operators to document with sphinx - column based, relati... | Mike Bayer | 2011-05-26 | 1 | -1/+1 |
* | - Fixed regression introduced in 0.7b4 (!) whereby | Mike Bayer | 2011-04-17 | 1 | -17/+36 |
* | - Still more wording adjustments when a query option | Mike Bayer | 2011-04-06 | 1 | -1/+3 |
* | - Fixed bug in query.options() whereby a path | Mike Bayer | 2011-03-17 | 1 | -18/+39 |
* | - Improvements to the error messages emitted when | Mike Bayer | 2011-03-16 | 1 | -10/+26 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
* | - A single contains_eager() call across | Mike Bayer | 2011-02-05 | 1 | -2/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -30/+29 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
* | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 1 | -1/+1 |
* | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -16/+18 |
* | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -6/+6 |