| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 1 | -5/+38 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -3/+3 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -2/+1 |
| * | - factor out determination of current version id out of | Mike Bayer | 2014-08-20 | 1 | -55/+55 |
| * | - simplify PK logic in update for row switch | Mike Bayer | 2014-08-19 | 1 | -16/+6 |
| * | - optimize collection of cols we insert as none | Mike Bayer | 2014-08-18 | 1 | -8/+2 |
| * | - move out checks for table in mapper._pks_by_table | Mike Bayer | 2014-08-18 | 1 | -16/+32 |
| * | - further reorganize collect_insert_commands to distinguish between | Mike Bayer | 2014-08-18 | 1 | -13/+21 |
| * | - organize persistence methods in terms of generators, | Mike Bayer | 2014-08-18 | 1 | -93/+94 |
| * | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -83/+57 |
| * | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -9/+3 |
| * | - support dialects w/o sane multi row count again | Mike Bayer | 2014-08-16 | 1 | -15/+33 |
| * | - port the _collect_insert_commands optimizations from ticket_3100 | Mike Bayer | 2014-08-15 | 1 | -36/+35 |
| * | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -41/+62 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -9/+9 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -191/+194 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 1 | -2/+3 |
| * | - cut out some calls by inlining the calls to get_history() | Mike Bayer | 2014-06-28 | 1 | -9/+8 |
| * | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -5/+0 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -0/+6 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -16/+23 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -1/+12 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -11/+15 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -2/+2 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -4/+5 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -40/+85 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+1 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -4/+6 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -0/+3 |
| * | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 1 | -11/+11 |
| |\ |
|
| | * | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| | * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -11/+11 |
| * | | - move an import stuck in the middle here... | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| |/ |
|
| * | linting | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -3/+23 |
| * | added test of synchronize_session='fetch' on rows which are not already in th... | Scott Torborg | 2012-11-10 | 1 | -0/+1 |
| * | Added test and fix for version_id_col bug. | Daniel Miller | 2012-09-12 | 1 | -1/+1 |
| * | - [feature] The Query.update() method is now | Mike Bayer | 2012-08-20 | 1 | -4/+7 |
| * | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -11/+11 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -107/+107 |
| * | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -11/+9 |
| * | dont call connection()/get_bind() all that here if we don't have to | Mike Bayer | 2012-06-13 | 1 | -2/+4 |
| * | - refactor query.update() and query.delete() to use a pure | Mike Bayer | 2012-04-29 | 1 | -14/+247 |
| * | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -12/+8 |
| * | 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 | 1 | -0/+780 |