summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - Fixed recursion issue which occured if a mapped object'sMike Bayer2009-08-311-1/+1
* instance_dict may be modified before the GC triggers _cleanup on Jython, so eatPhilip Jenvey2009-08-211-2/+8
* - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULTMike Bayer2009-08-071-4/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+9
* - Fixed potential memory leak whereby previously pickled objectsMike Bayer2009-07-101-2/+7
* - Trimmed the pickle format for InstanceState which should furtherMike Bayer2009-06-161-27/+37
* - Fixed bug whereby list-based attributes, like pickletypeMike Bayer2009-06-151-2/+0
* - Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)Mike Bayer2009-06-011-1/+3
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-6/+18
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-0/+429