summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* - [bug] Fixed bug where unpickled object didn'tMike Bayer2012-01-281-0/+4
* happy new yearMike Bayer2012-01-041-1/+1
* - attribute system gets a pop() method.Mike Bayer2011-10-301-13/+23
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-241-4/+0
* - Added checks inside the UOW to detect the unusualMike Bayer2011-04-101-1/+0
* - Some fixes to the state handling regardingMike Bayer2011-04-071-2/+4
* - some changes to the identity map regardingMike Bayer2011-03-041-8/+2
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-2/+2
* formatting fixMike Bayer2011-02-101-3/+7
* - An exception is raised in the unusual case that anMike Bayer2011-02-101-2/+7
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-1/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-62/+62
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-5/+5
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-1/+3
* - on_expire event, since we are starting to build off of events aroundMike Bayer2010-12-251-0/+4
* - slight simplify to state.modified_event()Mike Bayer2010-12-231-10/+7
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-22/+6
* - refactor expire_attributes into two simpler methodsMike Bayer2010-12-211-30/+22
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-191-10/+11
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-29/+29
* - inlinings and callcount reductionsMike Bayer2010-12-121-4/+8
* - callcountsMike Bayer2010-12-101-1/+1
* callcount destructo engageMike Bayer2010-12-091-1/+20
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-061-2/+1
* - merge mapper simpler compile branch, [ticket:1966]Mike Bayer2010-11-261-3/+5
|\
| * [ticket:1966] implementationMike Bayer2010-11-151-3/+3
* | - most tests passing on adapted MapperExtensionMike Bayer2010-11-061-3/+0
* | - merge tipMike Bayer2010-11-061-2/+8
|\ \ | |/
| * - Fixed bug whereby a non-"mutable" attribute modified eventMike Bayer2010-10-261-2/+8
* | - begin adding tests for event registration and dispatch standaloneMike Bayer2010-10-021-1/+1
* | - add instrumentation eventsMike Bayer2010-10-021-9/+4
* | - reorganizationMike Bayer2010-09-141-8/+15
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-1/+1
|\ \ | |/
| * - lazy loads for relationship attributes now useMike Bayer2010-09-121-1/+1
* | merge from tipMike Bayer2010-09-031-0/+1
|\ \ | |/
| * - An object that's been deleted now gets a flagMike Bayer2010-08-261-0/+1
* | - reorganize events into cls->dispatch, which is an instance of _Dispatch.Mike Bayer2010-08-101-4/+4
* | - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-7/+5
|/
* - Improved the check for an "unmapped class",Mike Bayer2010-07-081-1/+1
* - session.merge() will not expire attributes on the returnedMike Bayer2010-05-081-0/+12
* a little bit of refinementMike Bayer2010-04-171-7/+4
* sillinessMike Bayer2010-02-161-5/+1
* Gave the "state" internals a good solidMike Bayer2010-02-141-114/+127
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-131-6/+25
* - For those who might use debug logging onMike Bayer2010-02-131-8/+23
* lessons learned unpickling from an 0.5 cacheMike Bayer2010-01-191-1/+10
* - raise error when unpickling non-mapped state, [ticket:1610]Mike Bayer2010-01-171-5/+12
* - cut down on a few hundred method callsMike Bayer2010-01-111-2/+2
* remove needless check_modified()Mike Bayer2010-01-071-4/+0