| Commit message (Expand) | Author | Age | Files | Lines |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -1/+1 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+2 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -4/+1 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -2/+5 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 1 | -0/+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 | 1 | -61/+83 |
| * | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -0/+6 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -7/+11 |
| * | - [bug] An error is emitted when uselist=False | Mike Bayer | 2012-08-05 | 1 | -2/+6 |
| * | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -0/+1 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -13/+13 |
| * | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -12/+9 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
| |\ |
|
| | * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -1/+1 |
| * | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -4/+6 |
| |/ |
|
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - attribute system gets a pop() method. | Mike Bayer | 2011-10-30 | 1 | -3/+7 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -16/+19 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -7/+7 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
| * | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 1 | -4/+2 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -3/+0 |
| * | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -3/+5 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+8 |
| * | - merge hybrid attributes branch, [ticket:1903] | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | merge tip | Mike Bayer | 2010-11-14 | 1 | -1/+1 |
| | |\ |
|
| | * \ | merge tip | Mike Bayer | 2010-09-14 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | - step one, remove "resolve_synonyms" and start using class attribute | Mike Bayer | 2010-08-06 | 1 | -1/+1 |
| * | | | | - merge tip | Mike Bayer | 2010-11-06 | 1 | -1/+1 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | - Added a new "lazyload" option "immediateload". | Mike Bayer | 2010-10-15 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | - Fixed recursion bug which could occur when moving | Mike Bayer | 2010-09-13 | 1 | -1/+1 |
| | |/ |
|
| * | | - get active_history to work, move attribute events into module-level classes | Mike Bayer | 2010-09-03 | 1 | -6/+7 |
| |/ |
|
| * | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -13/+26 |
| * | fix import | Mike Bayer | 2010-06-17 | 1 | -1/+1 |
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -2/+2 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -1/+1 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -1/+5 |
| * | - Now uses sqlalchemy.orm.exc.DetachedInstanceError when an | Mike Bayer | 2010-02-07 | 1 | -2/+3 |
| * | - Using a "dynamic" loader with a "secondary" table now produces | Mike Bayer | 2009-10-25 | 1 | -9/+24 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
| * | - Squeezed a few more unnecessary "lazy loads" out of | Mike Bayer | 2009-07-26 | 1 | -1/+1 |
| * | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -23/+23 |
| * | Modified query_cls on DynamicAttribteImpl to accept a full mixin version of t... | Michael Trier | 2009-04-25 | 1 | -20/+22 |
| * | - Fixed the "set collection" function on "dynamic" relations | Mike Bayer | 2009-03-27 | 1 | -6/+31 |