summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/state.py
Commit message (Expand)AuthorAgeFilesLines
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Implement proxy back reference system for asyncioMike Bayer2021-06-021-0/+35
* Ensure autobegin occurs for attribute changes; Document autobeginMike Bayer2021-04-261-2/+27
* happy new yearMike Bayer2021-01-041-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+2
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-6/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-5/+7
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-2/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-6/+6
* Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-12/+4
* InstanceState default path is RootRegistry, not tupleMike Bayer2020-01-221-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Implement raiseload for deferred columnsMike Bayer2019-10-161-11/+8
* Run eager loaders on unexpireMike Bayer2019-08-231-1/+12
* Hold implicitly created collections in a pending areaMike Bayer2019-05-271-0/+4
* Note for history methods that history is reset per-flush.Mike Bayer2019-02-091-2/+19
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-19/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-104/+129
* Modernize deferred callable for many-to-one comparisonMike Bayer2018-11-101-2/+28
* Add .info to InstanceStateMike Bayer2018-10-011-2/+4
* Look for dict builtin in InstanceState cleanupRomuald Brunet2018-09-181-0/+7
* happy new yearMike Bayer2018-01-121-1/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-10/+24
* Don't expire "deferred" attributes in make_transient_to_detachedMike Bayer2017-09-261-0/+13
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-0/+1
* 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