| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -28/+35 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -1/+3 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -23/+41 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Fixed more regressions caused by NEVER_SET; comparisons | Mike Bayer | 2015-04-20 | 1 | -2/+2 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 1 | -0/+17 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -19/+20 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
* | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -1/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Detection of a primary key change within the process | Mike Bayer | 2013-02-25 | 1 | -1/+2 |
* | 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 | -7/+16 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -6/+6 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -2/+2 |
* | - [removed] Deprecated identifiers removed: | Mike Bayer | 2012-06-21 | 1 | -14/+14 |
* | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Fixed the error message emitted for "can't | Mike Bayer | 2011-05-07 | 1 | -1/+1 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -3/+5 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -3/+3 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
* | - with composites gone all the get_col_value crap is gone too | Mike Bayer | 2010-12-20 | 1 | -2/+9 |
* | - callcounts | Mike Bayer | 2010-12-10 | 1 | -2/+3 |
* | Apply more memoization to Mapper attributes & subject to group expiry. | Jason Kirtland | 2010-09-03 | 1 | -1/+1 |
* | - Moving an o2m object from one collection to | Mike Bayer | 2010-07-22 | 1 | -2/+2 |
* | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -2/+1 |
* | - dict_ becomes explicit on _get_state_attr_by_column, _set_state_attr_by_col... | Mike Bayer | 2010-04-07 | 1 | -5/+5 |
* | - cleanup some long lines. (test hg commit hook) | Mike Bayer | 2010-03-07 | 1 | -7/+22 |
* | - Primary key values can now be changed on a joined-table inheritance | Mike Bayer | 2010-02-02 | 1 | -1/+11 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
* | - Removed all* O(N) scanning behavior from the flush() process, | Mike Bayer | 2009-05-17 | 1 | -14/+6 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | - added some abstraction to the attributes.History object | Mike Bayer | 2008-10-28 | 1 | -4/+4 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -19/+14 |
* | - merged sync_simplify branch | Mike Bayer | 2008-04-04 | 1 | -165/+62 |
* | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -1/+1 |
* | - fixed bug with session.dirty when using "mutable scalars" | Mike Bayer | 2008-01-09 | 1 | -6/+24 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | only report true for source change if added + deleted, dont pick up inserts | Mike Bayer | 2007-12-09 | 1 | -1/+1 |
* | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 1 | -3/+31 |
* | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 1 | -13/+8 |
* | - several ORM attributes have been removed or made private: | Mike Bayer | 2007-12-01 | 1 | -3/+5 |