| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -1/+1 |
* | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 1 | -0/+2 |
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -2/+2 |
* | - 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/+7 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -6/+14 |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -0/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -21/+20 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -2/+5 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1131/+74 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -4/+2 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -1/+1 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -12/+7 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+8 |
* | fix non2.5 compat @property usage | Mike Bayer | 2013-03-03 | 1 | -4/+4 |
* | dont need this conditional here | Mike Bayer | 2013-03-03 | 1 | -4/+1 |
* | - Improved checking for an existing backref name conflict during | Mike Bayer | 2013-03-03 | 1 | -6/+13 |
* | Can set/change the "cascade" attribute on a :func:`.relationship` | Mike Bayer | 2013-03-02 | 1 | -33/+51 |
* | the consideration of a pending object as | Mike Bayer | 2013-01-24 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -20/+19 |
* | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -13/+1 |
* | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -7/+30 |
* | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -2/+21 |
* | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -2/+4 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+11 |
* | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -5/+38 |
* | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -2/+9 |
* | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -0/+1 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -1/+1 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -2/+2 |
* | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -3/+5 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -4/+4 |
* | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -72/+65 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -14/+19 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -10/+12 |
* | - [bug] Fixed bug in relationship comparisons | Mike Bayer | 2012-04-25 | 1 | -6/+0 |
* | - [bug] The warning emitted when using | Mike Bayer | 2012-04-24 | 1 | -1/+2 |
* | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -2/+29 |
|\ |
|
| * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -65/+92 |
* | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -545/+158 |
|\ \
| |/
|/| |
|
| * | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -3/+13 |
| * | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -2/+2 |
| * | - move properties to use the new create_joins | Mike Bayer | 2012-02-10 | 1 | -129/+68 |
| * | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -62/+7 |
| * | - hooks in the new object to RelationshipProperty, restores the "local" annot... | Mike Bayer | 2012-02-08 | 1 | -393/+24 |
| * | new test that illustrates the breakage of partial remote side when FKs are as... | Mike Bayer | 2012-02-08 | 1 | -2/+2 |