summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* Raise on flag_modified() for non-present attributeMike Bayer2017-03-211-14/+19
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Ensure strong ref to obj before calling persistent_to_deleted, othersMike Bayer2016-10-031-4/+12
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-1/+11
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-081-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - reduce some callcounts within the new eventsMike Bayer2015-09-031-1/+1
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-7/+105
* - repair the inspection hook in sqltypes to not be fooledMike Bayer2015-08-221-0/+2
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-141-1/+1
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-111-6/+0
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-47/+102
* - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-1/+10
* improve exception vs. exit handlingndparker2014-09-231-2/+2
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-14/+0
* - use a faster discard when loadingMike Bayer2014-08-291-2/+1
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-25/+27
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - revert the memoized committed_state / callables changes as they appear to a...Mike Bayer2014-05-241-19/+8
* inliningMike Bayer2014-05-191-10/+21
* - some inlining, speed up identity mapMike Bayer2014-05-191-4/+8
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-041-5/+67
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-2/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+2
* - :func:`.attributes.get_history()` when used with a scalar column-mappedMike Bayer2013-10-251-1/+31
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-0/+9
* fix typospr/23Hyunjun Kim2013-08-251-2/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-52/+32
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-9/+14
* 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