| Commit message (Expand) | Author | Age | Files | Lines |
* | don't cache TypeDecorator by default | Mike Bayer | 2021-05-06 | 1 | -0/+4 |
* | Link to state, not object, for mutable extension | Mike Bayer | 2021-03-09 | 1 | -2/+61 |
* | ensure composite refresh handler synced w/ mutable composite | Mike Bayer | 2021-03-04 | 1 | -0/+34 |
* | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -10/+5 |
* | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -65/+65 |
* | Add keywords to MutableList.sort() | Mike Bayer | 2020-01-23 | 1 | -0/+24 |
* | Add __reduce_ex__ to MutableList; add compat for older pickles | Mike Bayer | 2019-04-09 | 1 | -0/+94 |
* | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -18/+0 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -10/+23 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -204/+251 |
* | Ignore non-primary mappers within mutable instrumentation | Mike Bayer | 2018-03-12 | 1 | -0/+22 |
* | Propagate attachment events for ARRAY | Mike Bayer | 2017-12-04 | 1 | -0/+20 |
* | Implement in-place mutation operators for MutableSet, MutableList | Mike Bayer | 2017-06-05 | 1 | -0/+60 |
* | Add AttributeEvents.modified | Mike Bayer | 2017-05-23 | 1 | -0/+16 |
* | Ensure we check that SQL expression has an .info attribute | Mike Bayer | 2017-04-04 | 1 | -2/+4 |
* | Track SchemaEventTarget types in as_mutable() | Mike Bayer | 2017-03-30 | 1 | -0/+43 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+2 |
* | Add `sqlalchemy.ext.mutable.MutableSet`pr/236 | Jeong YunWon | 2016-02-13 | 1 | -1/+195 |
* | Add `sqlalchemy.ext.mutable.MutableList` | Jeong YunWon | 2016-02-13 | 1 | -1/+218 |
* | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -1/+16 |
* | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+32 |
* | - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extension | Mike Bayer | 2015-05-21 | 1 | -9/+82 |
* | flake8 some tests | Mike Bayer | 2015-05-21 | 1 | -56/+84 |
* | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc... | Mike Bayer | 2014-08-25 | 1 | -0/+12 |
|\ |
|
| * | add update() support to MutableDict | Matt Chisholm | 2014-08-09 | 1 | -0/+12 |
* | | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq... | Mike Bayer | 2014-08-25 | 1 | -0/+53 |
|\ \ |
|
| * | | fix MutableDict.coerce | Matt Chisholm | 2014-08-09 | 1 | -0/+53 |
| |/ |
|
* | | fix test ordering issues | Mike Bayer | 2014-07-27 | 1 | -62/+38 |
|/ |
|
* | Return the assigned value in MultableDict.setdefault | Thomas Herve | 2014-06-24 | 1 | -2/+2 |
* | - Fixed bug in mutable extension where :class:`.MutableDict` did not | Mike Bayer | 2014-05-14 | 1 | -0/+17 |
* | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -0/+11 |
* | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -6/+0 |
* | - add a test for pullreq 8 | Mike Bayer | 2013-06-23 | 1 | -0/+26 |
* | Fixed bug where :class:`.MutableDict` didn't report a change event | Mike Bayer | 2013-06-03 | 1 | -0/+12 |
* | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 1 | -0/+71 |
* | cleanup | Mike Bayer | 2012-12-03 | 1 | -24/+24 |
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -39/+13 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | another py3k fix | Mike Bayer | 2012-01-28 | 1 | -0/+4 |
* | - [bug] Fixed bug where unpickled object didn't | Mike Bayer | 2012-01-28 | 1 | -5/+27 |
* | - [bug] the value of a composite attribute is now | Mike Bayer | 2011-10-26 | 1 | -7/+36 |
* | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-07-01 | 1 | -0/+18 |
* | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-06-30 | 1 | -1/+4 |
* | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -3/+107 |
* | py3k test fix | Mike Bayer | 2011-05-14 | 1 | -2/+1 |
* | - Fixed bugs in sqlalchemy.ext.mutable extension where | Mike Bayer | 2011-05-14 | 1 | -1/+26 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -7/+7 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -7/+4 |
* | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -5/+5 |
* | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -13/+60 |