| Commit message (Expand) | Author | Age | Files | Lines |
| * | - typo fix [ticket:2017] | Mike Bayer | 2011-02-10 | 1 | -1/+1 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -2/+13 |
| * | formatting fix | Mike Bayer | 2011-02-10 | 1 | -3/+7 |
| * | - An exception is raised in the unusual case that an | Mike Bayer | 2011-02-10 | 2 | -2/+10 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -1/+2 |
| * | - Adjusted flush accounting step to occur before | Mike Bayer | 2011-02-07 | 1 | -20/+16 |
| * | - Session constructor emits a warning when autoflush=True | Mike Bayer | 2011-02-07 | 1 | -0/+8 |
| * | typo | Mike Bayer | 2011-02-05 | 1 | -1/+1 |
| * | - Session weak_instance_dict=False is deprecated. | Mike Bayer | 2011-02-05 | 1 | -98/+98 |
| * | - A single contains_eager() call across | Mike Bayer | 2011-02-05 | 4 | -24/+22 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -2/+1 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -10/+11 |
| * | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -1/+7 |
| * | - 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 |