| Commit message (Expand) | Author | Age | Files | Lines |
* | Raise on flag_modified() for non-present attribute | Mike Bayer | 2017-03-21 | 1 | -14/+19 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Ensure strong ref to obj before calling persistent_to_deleted, others | Mike Bayer | 2016-10-03 | 1 | -4/+12 |
* | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 1 | -1/+11 |
* | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - reduce some callcounts within the new events | Mike Bayer | 2015-09-03 | 1 | -1/+1 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -7/+105 |
* | - repair the inspection hook in sqltypes to not be fooled | Mike Bayer | 2015-08-22 | 1 | -0/+2 |
* | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 1 | -1/+1 |
* | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 1 | -6/+0 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -47/+102 |
* | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 1 | -1/+10 |
* | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -2/+2 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -14/+0 |
* | - use a faster discard when loading | Mike Bayer | 2014-08-29 | 1 | -2/+1 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -25/+27 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - revert the memoized committed_state / callables changes as they appear to a... | Mike Bayer | 2014-05-24 | 1 | -19/+8 |
* | inlining | Mike Bayer | 2014-05-19 | 1 | -10/+21 |
* | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 1 | -4/+8 |
* | - add some docs for the instancestate linkage to the inspection system | Mike Bayer | 2014-04-04 | 1 | -5/+67 |
* | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+2 |
* | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -1/+31 |
* | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -6/+4 |
* | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -0/+9 |
* | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 1 | -2/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -52/+32 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -9/+14 |
* | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -13/+14 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -3/+2 |
* | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -3/+3 |
* | - rename .attr to .attrs on mapper, instance state, [ticket:2569] | Mike Bayer | 2012-09-22 | 1 | -1/+1 |
* | don't need this is_really_none() thing anymore | Mike Bayer | 2012-08-08 | 1 | -3/+0 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -4/+14 |
* | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -6/+11 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -11/+11 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -1/+69 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -2/+4 |
* | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -3/+5 |
* | rework imports here | Mike Bayer | 2012-07-03 | 1 | -18/+18 |
* | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -12/+18 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -2/+2 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+0 |