| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -5/+12 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -4/+4 |
| * | typos | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -57/+91 |
| * | - Session.merge() will check the version id of the incoming | Mike Bayer | 2011-01-18 | 1 | -0/+28 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 3 | -48/+66 |
| * | - allow aliased() to call .alias() on a selectable, [ticket:2018] | Mike Bayer | 2011-01-15 | 2 | -1/+7 |
| * | - composite now relates to its parent class in terms of MapperProperty, | Mike Bayer | 2011-01-15 | 1 | -18/+41 |
| * | QueryableAttribute can stringify itself without triggering a mapper compile. ... | Mike Bayer | 2011-01-12 | 1 | -1/+1 |
| * | - add a note about query.order_by(None) with union etc. clarifies [ticket:2022] | Mike Bayer | 2011-01-12 | 1 | -1/+8 |
| * | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2011-01-06 | 1 | -0/+14 |
| * | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 2 | -8/+11 |
| * | doc updates | Mike Bayer | 2011-01-03 | 1 | -2/+37 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 3 | -1/+32 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 22 | -1304/+1302 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 24 | -39/+70 |
| * | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 4 | -35/+71 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 14 | -140/+140 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 3 | -11/+11 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -21/+21 |
| * | - A little more verbiage to the "primaryjoin" error, | Mike Bayer | 2010-12-30 | 1 | -8/+22 |
| * | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 2 | -1/+4 |
| * | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 3 | -37/+65 |
| * | - simplified the descriptor system to no longer use the hybrid extension, ins... | Mike Bayer | 2010-12-28 | 3 | -41/+34 |
| * | - merge rfc0b9df5d9e0 from 0.6 branch | Mike Bayer | 2010-12-28 | 1 | -0/+11 |
| * | - on_expire event, since we are starting to build off of events around | Mike Bayer | 2010-12-25 | 3 | -18/+87 |
| * | - add a new "on mapper configured" event - handy ! | Mike Bayer | 2010-12-25 | 2 | -2/+28 |
| * | bugfix | Mike Bayer | 2010-12-24 | 2 | -2/+2 |
| * | - restore declarative support for "composite" | Mike Bayer | 2010-12-23 | 4 | -2/+15 |
| * | - added flag to mark any attribute as "modified" | Mike Bayer | 2010-12-23 | 1 | -0/+12 |
| * | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 3 | -29/+21 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 7 | -47/+54 |
| * | tiny inlinings | Mike Bayer | 2010-12-21 | 1 | -9/+8 |
| * | - refactor expire_attributes into two simpler methods | Mike Bayer | 2010-12-21 | 3 | -44/+29 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 6 | -75/+80 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -6/+6 |
| * | dont need the wrapper here | Mike Bayer | 2010-12-20 | 1 | -3/+3 |
| * | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 6 | -76/+67 |
| * | - with composites gone all the get_col_value crap is gone too | Mike Bayer | 2010-12-20 | 3 | -50/+24 |
| * | - clean it up a bit | Mike Bayer | 2010-12-20 | 1 | -8/+18 |
| * | - move the "descriptor" properties into a separate module. | Mike Bayer | 2010-12-20 | 2 | -283/+305 |
| * | - crudely, this replaces CompositeProperty's base to be | Mike Bayer | 2010-12-20 | 2 | -130/+108 |
| * | - merge versioning example fix from 0.6 | Mike Bayer | 2010-12-20 | 1 | -0/+10 |
| * | - try to make get_all_pending() a little easier to read without adding calls | Mike Bayer | 2010-12-19 | 1 | -33/+27 |
| * | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 5 | -90/+86 |
| * | narrow down cascades in session some more | Mike Bayer | 2010-12-19 | 1 | -61/+38 |
| * | trivial inlinings | Mike Bayer | 2010-12-18 | 3 | -7/+6 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 5 | -46/+48 |
| * | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 3 | -6/+12 |
| * | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 5 | -202/+217 |