summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* Improved the behavior of instance management regardingMike Bayer2013-04-201-13/+14
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+2
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-3/+3
* - rename .attr to .attrs on mapper, instance state, [ticket:2569]Mike Bayer2012-09-221-1/+1
* don't need this is_really_none() thing anymoreMike Bayer2012-08-081-3/+0
* - [feature] A warning is emitted when a referenceMike Bayer2012-08-041-4/+14
* a lot of docsMike Bayer2012-07-181-6/+11
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-11/+11
* - document the inspection systemMike Bayer2012-07-181-1/+69
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-2/+4
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-3/+5
* rework imports hereMike Bayer2012-07-031-18/+18
* turn commit_all into an iterative methodMike Bayer2012-06-251-12/+18
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-2/+2
* absolute imports in core, sqlMike Bayer2012-06-231-1/+0
* - move all of orm to use absolute importsMike Bayer2012-06-231-7/+6
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-2/+4
* - [feature] Added utility featureMike Bayer2012-05-171-0/+1
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-131/+4
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-38/+99
|\
| * - the inspect interface is done, needs docs.Mike Bayer2012-04-041-35/+94
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-0/+4
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-2/+2
|/
* - [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