| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo from "addreses" to "addresses" | Rachid Belaid | 2016-04-08 | 1 | -1/+1 |
| * | Adds documentation to Query.slice(). | jfinkels | 2016-03-13 | 1 | -3/+28 |
| * | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 2 | -2/+2 |
| * | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -2/+6 |
| * | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 2 | -12/+48 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 29 | -29/+29 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -14/+2 |
| * | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 2 | -4/+23 |
| * | updated sphinx tageting | jonathan vanasco | 2016-01-07 | 1 | -4/+11 |
| * | - remove errant pdb, references #3612 | Mike Bayer | 2015-12-15 | 1 | -5/+1 |
| * | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 1 | -1/+5 |
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -1/+3 |
| * | - since we are mutating the statement in a loop, start with | Mike Bayer | 2015-12-14 | 1 | -3/+8 |
| * | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -1/+1 |
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 2 | -14/+36 |
| * | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 1 | -1/+5 |
| * | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 1 | -0/+5 |
| * | fix some typos | Nils Philippsen | 2015-12-10 | 2 | -2/+2 |
| * | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
| * | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -3/+5 |
| * | Update usages of getargspec to compat version. | Jacob MacDonald | 2015-11-30 | 2 | -2/+4 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 2 | -6/+20 |
| * | - Fixed bug which is actually a regression that occurred between | Mike Bayer | 2015-11-25 | 2 | -2/+15 |
| * | - Change "expr" to "entity" for example illustrating an event | Bas van den Heuvel | 2015-11-24 | 1 | -1/+1 |
| * | - Fixed joinedload bug which would occur when a. the query includes | Mike Bayer | 2015-11-21 | 1 | -2/+1 |
| * | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -2/+14 |
| * | - rewrite the docs and add a test for the bake_queries=True | Mike Bayer | 2015-11-19 | 1 | -5/+21 |
| * | - try to make this language more succinct and fix links | Mike Bayer | 2015-10-20 | 1 | -23/+14 |
| * | - adjust 4f54607923a11669961b53f where we still allow_multirow as long | Mike Bayer | 2015-10-19 | 1 | -1/+1 |
| * | - Fixed regression in 1.0 where new feature of using "executemany" | Mike Bayer | 2015-10-19 | 1 | -1/+1 |
| * | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -5/+6 |
| * | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 1 | -2/+10 |
| * | Add Query.one_or_none() | Eric Siegerman | 2015-09-24 | 1 | -0/+32 |
| * | - Fixed rare TypeError which could occur when stringifying certain | Mike Bayer | 2015-09-23 | 1 | -1/+1 |
| * | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -4/+13 |
| * | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped | Mike Bayer | 2015-09-08 | 1 | -1/+7 |
| * | - add new documentation that applies to all modern SQLA versions, | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
| * | - add a note about DISTINCT in query w/ ORDER BY, references #3518 | Mike Bayer | 2015-08-31 | 1 | -0/+13 |
| * | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 2 | -3/+26 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -21/+17 |
| * | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 2 | -20/+111 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 2 | -5/+68 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 3 | -7/+9 |
| * | fix typo int->into | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| * | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
| * | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |
| * | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -2/+4 |
| * | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -1/+10 |
| * | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 3 | -2/+4 |