| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 4 | -5/+143 |
| * | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 2 | -1/+3 |
| * | - revert the full iteration of the collection for a passive history event; th... | Mike Bayer | 2012-12-22 | 1 | -5/+11 |
| * | - significantly rework the approach to collection events and history within D... | Mike Bayer | 2012-12-21 | 2 | -63/+86 |
| * | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -0/+6 |
| * | The :meth:`.Query.select_from` method can now be used with a | Mike Bayer | 2012-12-13 | 1 | -18/+18 |
| * | fixing sessionmaker link | Diana Clarke | 2012-12-07 | 1 | -1/+1 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 6 | -136/+227 |
| * | more warnings | Mike Bayer | 2012-11-28 | 1 | -12/+19 |
| * | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 2 | -2/+23 |
| * | I think this is a bit clearer: "within the same query", makes it sound like o... | Diana Clarke | 2012-11-21 | 1 | -4/+3 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 10 | -187/+297 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 10 | -189/+238 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 3 | -173/+198 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 4 | -40/+113 |
| * | should be 'where' not 'filter' #2546 | Diana Clarke | 2012-11-18 | 1 | -1/+1 |
| * | added test of synchronize_session='fetch' on rows which are not already in th... | Scott Torborg | 2012-11-10 | 1 | -0/+1 |
| * | update the intro | Mike Bayer | 2012-10-31 | 1 | -2/+2 |
| * | - do a straight __subclasses__ traversal here, so that we aren't | Mike Bayer | 2012-10-28 | 2 | -10/+17 |
| * | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 3 | -61/+31 |
| * | - cover additional cases for [ticket:2585], where events are applied to base ... | Mike Bayer | 2012-10-28 | 1 | -1/+12 |
| * | - more docs | Mike Bayer | 2012-10-26 | 4 | -8/+8 |
| * | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 4 | -16/+29 |
| * | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 5 | -21/+55 |
| * | - fix regression from 0.7 where calling get_history with passive | Mike Bayer | 2012-10-22 | 1 | -0/+4 |
| * | - errant maxdb | Mike Bayer | 2012-10-19 | 2 | -5/+0 |
| * | - move out maxdb | Mike Bayer | 2012-10-18 | 2 | -0/+5 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -3/+11 |
| * | - allow a __clause_element__() to be passed to query.filter() also | Mike Bayer | 2012-10-15 | 1 | -8/+1 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 2 | -3/+22 |
| * | - lets default propagate to True here since it was essentially always | Mike Bayer | 2012-10-12 | 1 | -1/+7 |
| * | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 3 | -13/+129 |
| * | - add support for integer indexes and slices to PathRegistry | Mike Bayer | 2012-10-11 | 1 | -3/+15 |
| * | - add coverage for merge_result() [ticket:2588] | Mike Bayer | 2012-10-11 | 2 | -3/+4 |
| * | - remove old hardcoded rule about chained being limited to certain load types | Mike Bayer | 2012-10-08 | 1 | -1/+1 |
| * | - [bug] Continuing [ticket:2566] regarding extra | Mike Bayer | 2012-10-06 | 1 | -0/+15 |
| * | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 2 | -3/+42 |
| * | - add one more #2583 test to cover the "multiple PK switch" use case | Mike Bayer | 2012-10-03 | 1 | -1/+1 |
| * | - [bug] Fixed Session accounting bug whereby replacing | Mike Bayer | 2012-10-03 | 1 | -3/+18 |
| * | - commit Priit Laes docstring fixes | Mike Bayer | 2012-09-30 | 2 | -9/+10 |
| * | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 3 | -3/+19 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -3/+3 |
| * | - [bug] Extra logic has been added to the "flush" | Mike Bayer | 2012-09-22 | 1 | -1/+9 |
| * | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 2 | -7/+7 |
| * | mapper configured doc | Mike Bayer | 2012-09-21 | 1 | -2/+10 |
| * | - [feature] New session events after_transaction_create | Mike Bayer | 2012-09-20 | 2 | -1/+29 |
| * | Added test and fix for version_id_col bug. | Daniel Miller | 2012-09-12 | 1 | -1/+1 |
| * | updates | Mike Bayer | 2012-09-10 | 2 | -8/+36 |
| * | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 4 | -141/+172 |
| * | - add a test to make sure we've tested session.execute(stmt, multiparams) | Mike Bayer | 2012-09-09 | 1 | -25/+84 |