summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/sync.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-28/+35
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-1/+3
* Run black -l 79 against all source filesMike Bayer2019-01-061-23/+41
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-2/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - fix inheritance persistenceMike Bayer2014-12-071-0/+17
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-19/+20
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+1
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-1/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* Detection of a primary key change within the processMike Bayer2013-02-251-1/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-7/+16
* -whitespace bonanza, contdMike Bayer2012-07-281-6/+6
* - move all of orm to use absolute importsMike Bayer2012-06-231-2/+2
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-14/+14
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-301-0/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - Fixed the error message emitted for "can'tMike Bayer2011-05-071-1/+1
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-3/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - with composites gone all the get_col_value crap is gone tooMike Bayer2010-12-201-2/+9
* - callcountsMike Bayer2010-12-101-2/+3
* Apply more memoization to Mapper attributes & subject to group expiry.Jason Kirtland2010-09-031-1/+1
* - Moving an o2m object from one collection toMike Bayer2010-07-221-2/+2
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-2/+1
* - dict_ becomes explicit on _get_state_attr_by_column, _set_state_attr_by_col...Mike Bayer2010-04-071-5/+5
* - cleanup some long lines. (test hg commit hook)Mike Bayer2010-03-071-7/+22
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-021-1/+11
* happy new yearMike Bayer2010-01-071-1/+1
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-14/+6
* happy new yearMike Bayer2009-01-121-1/+1
* - added some abstraction to the attributes.History objectMike Bayer2008-10-281-4/+4
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-19/+14
* - merged sync_simplify branchMike Bayer2008-04-041-165/+62
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-141-1/+1
* - fixed bug with session.dirty when using "mutable scalars"Mike Bayer2008-01-091-6/+24
* happy new yearMike Bayer2008-01-011-1/+1
* only report true for source change if added + deleted, dont pick up insertsMike Bayer2007-12-091-1/+1
* - mutable primary key support is added. primary key columns can beMike Bayer2007-12-091-3/+31
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-13/+8
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-3/+5