| Commit message (Expand) | Author | Age | Files | Lines |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 29 | -29/+58 |
| * | - The "evaulator" for query.update()/delete() won't work with multi-table | Mike Bayer | 2014-07-08 | 2 | -4/+15 |
| * | Merge pull request #100 from plaes/typos | mike bayer | 2014-07-06 | 1 | -1/+1 |
| |\ |
|
| | * | typo: s/tranasction/transaction | Priit Laes | 2014-06-28 | 1 | -1/+1 |
| * | | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -1/+4 |
| * | | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 2 | -13/+14 |
| * | | - cut out some calls by inlining the calls to get_history() | Mike Bayer | 2014-06-28 | 1 | -9/+8 |
| |/ |
|
| * | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -2/+3 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -9/+1 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -7/+16 |
| * | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 2 | -3/+18 |
| * | revert this, not sure why that changed | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
| * | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 6 | -25/+40 |
| * | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 11 | -64/+61 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 4 | -10/+31 |
| * | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
| * | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 1 | -0/+39 |
| * | - revert the memoized committed_state / callables changes as they appear to a... | Mike Bayer | 2014-05-24 | 1 | -19/+8 |
| * | - fix typos in test | Mike Bayer | 2014-05-24 | 1 | -0/+3 |
| * | - mark translate_row, create_instance, populate_instance, append_result as le... | Mike Bayer | 2014-05-23 | 2 | -3/+25 |
| * | inlining | Mike Bayer | 2014-05-19 | 3 | -17/+27 |
| * | Revert "remove events nobody uses...?" | Mike Bayer | 2014-05-19 | 1 | -4/+60 |
| * | remove events nobody uses...? | Mike Bayer | 2014-05-19 | 1 | -60/+4 |
| * | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 3 | -45/+69 |
| * | Merge pull request #91 from smurfix/de_apostroph_ify | mike bayer | 2014-05-11 | 3 | -6/+6 |
| |\ |
|
| | * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 3 | -6/+6 |
| * | | - Fixed ORM bug where the :func:`.class_mapper` function would mask | Mike Bayer | 2014-05-10 | 1 | -2/+3 |
| |/ |
|
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 7 | -14/+14 |
| * | Added some links in session docs | benselme | 2014-04-23 | 1 | -35/+39 |
| * | - The "primaryjoin" model has been stretched a bit further to allow | Mike Bayer | 2014-04-19 | 1 | -26/+46 |
| * | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 2 | -2/+37 |
| * | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -5/+67 |
| * | - reverse order of columns in sample CTEs as this is a UNION and the cols nee... | Mike Bayer | 2014-04-02 | 1 | -1/+1 |
| * | - Fixes to the newly enhanced boolean coercion in :ticket:`2804` where | Mike Bayer | 2014-04-01 | 1 | -1/+1 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 2 | -17/+40 |
| * | - 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 |
| * | - Fixed a very old behavior where the lazy load emitted for a one-to-many | Mike Bayer | 2014-03-27 | 1 | -4/+11 |
| * | - Fixed regression from 0.8.3 as a result of :ticket:`2818` | Mike Bayer | 2014-03-22 | 1 | -1/+8 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -1/+0 |
| * | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 2 | -3/+3 |
| * | - Improved an error message which would occur if a query() were made | Mike Bayer | 2014-03-17 | 1 | -0/+6 |
| * | - Added support for the not-quite-yet-documented ``insert=True`` | Mike Bayer | 2014-03-16 | 1 | -10/+10 |
| * | - fairly epic rework of the cascade documentation | Mike Bayer | 2014-03-15 | 1 | -60/+14 |
| * | - correct this to make the intention clear | Mike Bayer | 2014-03-13 | 1 | -2/+1 |
| * | - A warning is emitted if the :meth:`.MapperEvents.before_configured` | Mike Bayer | 2014-03-11 | 1 | -2/+46 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
| * | fix typos | Mike Bayer | 2014-02-28 | 2 | -2/+2 |
| * | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 3 | -24/+72 |
| * | - Removed stale names from ``sqlalchemy.orm.interfaces.__all__`` and | Mike Bayer | 2014-02-26 | 1 | -4/+4 |