| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 5 | -35/+43 |
| * | copyright | Mike Bayer | 2012-05-05 | 20 | -20/+20 |
| * | add doc for with_lockmode(), [ticket:2412] | Mike Bayer | 2012-02-20 | 1 | -1/+16 |
| * | fix .. note::/ ..warning:: directives which no longer consistently | Mike Bayer | 2011-12-25 | 1 | -7/+15 |
| * | - [bug] Fixed the error formatting raised when | Mike Bayer | 2011-12-03 | 1 | -1/+1 |
| * | - [bug] fixed inappropriate evaluation of user-mapped | Mike Bayer | 2011-10-28 | 1 | -1/+1 |
| * | - Fixed bug whereby mapper.order_by attribute would | Mike Bayer | 2011-09-28 | 1 | -0/+4 |
| * | patch from 0.7: Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -0/+3 |
| * | fix typo, [ticket:2271] | Mike Bayer | 2011-09-06 | 1 | -1/+1 |
| * | - document get_bind(), [ticket:1053] | Mike Bayer | 2011-07-31 | 1 | -8/+25 |
| * | - Fixed bug where query.join() + aliased=True | Mike Bayer | 2011-07-30 | 1 | -1/+1 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 2 | -5/+7 |
| * | - document query.get(), ObjectDeletedError fully, [ticket:2146] | Mike Bayer | 2011-07-23 | 2 | -17/+72 |
| * | put a really explicit note about joinedload vs. join, everywhere joinedload()... | Mike Bayer | 2011-07-20 | 2 | -6/+13 |
| * | - Fixed bug whereby the source clause | Mike Bayer | 2011-07-20 | 1 | -1/+2 |
| * | - Fixed bug whereby if a mapped class | Mike Bayer | 2011-07-17 | 1 | -7/+13 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 1 | -21/+30 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 3 | -21/+22 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -6/+9 |
| * | - the "cascade" section of the session doc was totally screwed up, mappings | Mike Bayer | 2011-06-23 | 1 | -8/+24 |
| * | fix docstring | Mike Bayer | 2011-06-23 | 1 | -1/+1 |
| * | - Repaired the "no statement condition" | Mike Bayer | 2011-06-21 | 1 | -1/+1 |
| * | - Fixed bug where transaction-level "deleted" | Mike Bayer | 2011-06-05 | 1 | -0/+2 |
| * | - Modify the text of the message which occurs | Mike Bayer | 2011-06-04 | 1 | -4/+9 |
| * | - Fixed bug whereby mapper mapped to an anonymous | Mike Bayer | 2011-05-20 | 1 | -14/+15 |
| * | - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from default | Mike Bayer | 2011-05-18 | 1 | -2/+2 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -1/+2 |
| * | - Fixed bug where determination of "self referential" | Mike Bayer | 2011-05-07 | 1 | -1/+8 |
| * | - Fixed the error message emitted for "can't | Mike Bayer | 2011-05-07 | 1 | -1/+1 |
| * | - Backported 0.7's identity map implementation, which | Mike Bayer | 2011-05-07 | 1 | -58/+48 |
| * | - a non_primary mapper will inherit the _identity_class | Mike Bayer | 2011-04-27 | 1 | -0/+1 |
| * | docuemnt the behavior of get(), part of [ticket:2144] | Mike Bayer | 2011-04-22 | 1 | -3/+14 |
| * | - Calling query.get() against a column-based entity is | Mike Bayer | 2011-04-22 | 1 | -2/+13 |
| * | merge doc fixes from 0.7 | Mike Bayer | 2011-04-16 | 1 | -3/+4 |
| * | - a "having" clause would be copied from the | Mike Bayer | 2011-04-13 | 1 | -3/+6 |
| * | - Some fixes to the state handling regarding | Mike Bayer | 2011-04-07 | 2 | -3/+4 |
| * | - and fix the message that was the actual subject of [ticket:2063] | Mike Bayer | 2011-03-27 | 1 | -3/+9 |
| * | - Reworded the exception raised when a flush | Mike Bayer | 2011-03-27 | 1 | -8/+15 |
| * | - port query options test suite over from 0.7, plus extra test for [ticket:2098] | Mike Bayer | 2011-03-17 | 1 | -1/+4 |
| * | Corrected a bunch of spelling typos. | Diana Clarke | 2011-03-14 | 7 | -16/+16 |
| * | - Tightened the iterate vs. remove mutex around the | Mike Bayer | 2011-03-05 | 1 | -33/+32 |
| * | - A warning is emitted in the unusual case that an | Mike Bayer | 2011-02-10 | 2 | -4/+21 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -1/+2 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -2/+1 |
| * | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -10/+11 |
| * | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -1/+7 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -5/+12 |
| * | then fix the typos | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
| * | - copy 0.7's docs for Session.connection(), Session.execute(), minus | Mike Bayer | 2011-01-18 | 1 | -50/+54 |
| * | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2011-01-06 | 1 | -0/+14 |