| Commit message (Expand) | Author | Age | Files | Lines |
| * | formatting | Mike Bayer | 2010-03-11 | 1 | -4/+4 |
| * | - query.scalar() now raises an exception if more than one | Mike Bayer | 2010-03-11 | 1 | -3/+10 |
| * | - Calling query.order_by() or query.distinct() before calling | Mike Bayer | 2010-03-11 | 1 | -2/+6 |
| * | - emphasized query.join() in ORM tutorial as per [ticket:1708] | Mike Bayer | 2010-03-10 | 2 | -26/+60 |
| * | fixed up docs for execution_options() across all three locations. | Mike Bayer | 2010-03-09 | 1 | -7/+7 |
| * | base tests pass | Mike Bayer | 2010-03-09 | 1 | -1/+1 |
| * | Remove isnew argument from row_processors. It wasn't used anyway in most cases. | Gaëtan de Menten | 2010-03-08 | 2 | -49/+57 |
| * | - plug a minor ORM speed hit in Events (**kwargs). | Gaëtan de Menten | 2010-03-07 | 1 | -2/+4 |
| * | - cleanup some long lines. (test hg commit hook) | Mike Bayer | 2010-03-07 | 1 | -7/+22 |
| * | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 4 | -45/+26 |
| * | add docstring for remove [ticket:1715] | Mike Bayer | 2010-02-26 | 1 | -0/+2 |
| * | - A major fix in query.join(), when the "on" clause is an | Mike Bayer | 2010-02-24 | 1 | -8/+23 |
| * | - session.merge() will not expire existing scalar attributes | Mike Bayer | 2010-02-23 | 1 | -3/+3 |
| * | - The "allow_null_pks" flag is now called "allow_partial_pks", | Mike Bayer | 2010-02-22 | 3 | -10/+29 |
| * | - Fixed cascade bug in many-to-one relation() when attribute | Mike Bayer | 2010-02-16 | 3 | -15/+27 |
| * | silliness | Mike Bayer | 2010-02-16 | 1 | -5/+1 |
| * | more cleanup | Mike Bayer | 2010-02-15 | 1 | -39/+65 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 5 | -137/+156 |
| * | - query.one() no longer applies LIMIT to the query, this to | Mike Bayer | 2010-02-14 | 1 | -31/+64 |
| * | - Documentation clarification for query.delete() | Mike Bayer | 2010-02-13 | 1 | -4/+8 |
| * | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 6 | -20/+41 |
| * | - For those who might use debug logging on | Mike Bayer | 2010-02-13 | 6 | -196/+166 |
| * | Fixed bug in session.merge() blocking dict-like collections from merging. | Jason Kirtland | 2010-02-11 | 1 | -1/+4 |
| * | Fix instance.__eq__() regression in orm attributes. | Jason Kirtland | 2010-02-09 | 1 | -7/+17 |
| * | - Query called in the context of an expression will render | Mike Bayer | 2010-02-08 | 1 | -2/+12 |
| * | - Now uses sqlalchemy.orm.exc.DetachedInstanceError when an | Mike Bayer | 2010-02-07 | 4 | -16/+19 |
| * | - Slight improvement to the fix for [ticket:1362] to not issue | Mike Bayer | 2010-02-05 | 1 | -13/+12 |
| * | - Fixed bug in session.rollback() which involved not removing | Mike Bayer | 2010-02-05 | 1 | -3/+3 |
| * | - Primary key values can now be changed on a joined-table inheritance | Mike Bayer | 2010-02-02 | 5 | -32/+110 |
| * | - added a failing-so-far test for #1671 | Mike Bayer | 2010-02-01 | 2 | -3/+13 |
| * | - the "save-update" cascade will now cascade the pending *removed* | Mike Bayer | 2010-01-30 | 3 | -9/+21 |
| * | revert r6686 and adjust the stacklevel of test_notsane_warning's SAWarning so | Philip Jenvey | 2010-01-25 | 1 | -1/+2 |
| * | not ready to put execution_options in the text()/select() constructors yet | Mike Bayer | 2010-01-24 | 1 | -2/+5 |
| * | add autoflush to the list of attributes exported on scoped_session | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | - query.select_from() also accepts mapped classes, aliased() | Mike Bayer | 2010-01-20 | 1 | -2/+12 |
| * | lessons learned unpickling from an 0.5 cache | Mike Bayer | 2010-01-19 | 2 | -2/+11 |
| * | - mega example cleanup | Mike Bayer | 2010-01-19 | 1 | -1/+1 |
| * | - raise error when unpickling non-mapped state, [ticket:1610] | Mike Bayer | 2010-01-17 | 2 | -9/+14 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -12/+14 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -8/+32 |
| * | restore common_parent logic in correspoinds_to, fixes [ticket:1657] | Mike Bayer | 2010-01-15 | 1 | -2/+2 |
| * | - replace the tip of the path info with the subclass mapper being used. | Mike Bayer | 2010-01-13 | 1 | -1/+12 |
| * | NamedTuple is pickleable ! no really with all the protocols too ! | Mike Bayer | 2010-01-13 | 1 | -3/+2 |
| * | OK, you can't merge NamedTuples and such. Fine. New query method. | Mike Bayer | 2010-01-12 | 1 | -0/+53 |
| * | have paths represented as their actual mapper, not the base mapper, allowing | Mike Bayer | 2010-01-11 | 3 | -26/+57 |
| * | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 6 | -23/+62 |
| * | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 2 | -11/+18 |
| * | happy new year | Mike Bayer | 2010-01-07 | 13 | -13/+13 |
| * | - Session.merge() is performance optimized, using half the | Mike Bayer | 2010-01-07 | 2 | -38/+60 |
| * | - py3k binary type returned natively for sqlite3, pg8000, fixes [ticket:1639]... | Mike Bayer | 2010-01-07 | 1 | -1/+1 |