| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [bug] Fixed bug whereby polymorphic_on | Mike Bayer | 2012-03-31 | 1 | -4/+5 |
| * | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -2/+10 |
| * | - 0.7.7 | Mike Bayer | 2012-03-20 | 1 | -1/+31 |
| * | typos in lib/sqlalchemy/orm | Diana Clarke | 2012-03-17 | 2 | -8/+8 |
| * | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -12/+8 |
| * | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby objects using | Mike Bayer | 2012-03-05 | 1 | -15/+38 |
| * | fix typos, SQL server also needs union all | Mike Bayer | 2012-03-03 | 1 | -4/+4 |
| * | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+56 |
| * | - [bug] Fixed the repr() for CascadeOptions to | Mike Bayer | 2012-02-29 | 1 | -25/+40 |
| * | plus add it to the scoping namespace | Mike Bayer | 2012-02-25 | 1 | -5/+7 |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+28 |
| * | document with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | break up _join_left_to_right to call upon _prepare_right_side and _join_to_left. | Mike Bayer | 2012-02-16 | 1 | -13/+28 |
| * | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 1 | -18/+16 |
| * | - [bug] Fixed bug whereby MappedCollection | Mike Bayer | 2012-02-13 | 1 | -0/+11 |
| * | - [feature] Added the ability to query for | Mike Bayer | 2012-02-12 | 2 | -6/+15 |
| * | - [bug] Fixed bug whereby if a method name | Mike Bayer | 2012-02-12 | 1 | -6/+13 |
| * | document identity_map | Mike Bayer | 2012-02-11 | 1 | -0/+13 |
| * | fix an inadvertent abuse of variable scope | Mike Bayer | 2012-01-31 | 1 | -1/+2 |
| * | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 4 | -629/+793 |
| * | - [bug] Scaled back the test applied within | Mike Bayer | 2012-01-30 | 1 | -10/+9 |
| * | - [bug] Fixed bug where "merge" cascade could | Mike Bayer | 2012-01-28 | 1 | -1/+4 |
| * | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
| * | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -2/+5 |
| * | - [bug] Fixed regression from 0.7.4 whereby | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -4/+18 |
| * | - [feature] Added new capability to relationship | Mike Bayer | 2012-01-22 | 4 | -2/+29 |
| * | fix a callcount issue here | Mike Bayer | 2012-01-22 | 1 | -3/+1 |
| * | couple more vars not needed outside | Mike Bayer | 2012-01-22 | 1 | -4/+2 |
| * | - apply the pyflakes stick to strategies.py. In particular, try | Mike Bayer | 2012-01-22 | 1 | -194/+285 |
| * | - [bug] ensure pickleability of all ORM exceptions | Mike Bayer | 2012-01-11 | 1 | -5/+12 |
| * | - [feature] query.filter() accepts multiple | Mike Bayer | 2012-01-07 | 1 | -19/+53 |
| * | - [bug] Fixed bug whereby event.listen(SomeClass) | Mike Bayer | 2012-01-07 | 1 | -1/+1 |
| * | - fix the index, [ticket:2366] | Mike Bayer | 2012-01-05 | 1 | -42/+138 |
| * | happy new year | Mike Bayer | 2012-01-04 | 24 | -24/+24 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 4 | -17/+39 |
| * | - [bug] Fixed inappropriate usage of util.py3k | Mike Bayer | 2011-12-15 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby hybrid_property didn't | Mike Bayer | 2011-12-11 | 1 | -1/+1 |
| * | make the comparable_property() example somewhat meaningfulrel_0_7_4 | Mike Bayer | 2011-12-09 | 1 | -32/+34 |
| * | - Standalone expressions in polymorphic_on | Mike Bayer | 2011-12-09 | 1 | -16/+55 |
| * | - [feature] polymorphic_on now accepts many | Mike Bayer | 2011-12-09 | 3 | -121/+296 |
| * | - [bug] Fixed bug in get_history() when referring | Mike Bayer | 2011-12-07 | 1 | -1/+5 |
| * | update delete-orphan cascade docs per [ticket:2332] | Mike Bayer | 2011-12-06 | 1 | -5/+12 |
| * | update query.update(), query.delete(), sessionevents.after_bulk_update(), ses... | Mike Bayer | 2011-12-06 | 2 | -28/+30 |
| * | - [feature] Added an example to the hybrid docs | Mike Bayer | 2011-12-05 | 1 | -0/+21 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 2 | -29/+12 |
| * | - [bug] Updated warning message when setting | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
| * | -re-document the is_modified method, and place significant caveats | Mike Bayer | 2011-12-04 | 2 | -24/+67 |
| * | - [bug] Calls to query.join() to a single-table | Mike Bayer | 2011-12-03 | 1 | -1/+6 |