summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* - lazy loads for relationship attributes now useMike Bayer2010-09-121-1/+1
* - An object that's been deleted now gets a flagMike Bayer2010-08-261-0/+1
* - 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