summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-171-1/+16
* - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-151-0/+18
* - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-111-0/+32
* Merge remote-tracking branch 'origin/pr/212'Mike Bayer2015-11-301-0/+23
|\
| * py2k: accept unicode literals on :func:`backref`, toopr/212Nils Philippsen2015-11-251-0/+23
* | - close the sessionMike Bayer2015-11-291-0/+2
* | - Fixed an issue in baked queries where the .get() method, used eitherMike Bayer2015-11-291-0/+24
|/
* - rewrite the docs and add a test for the bake_queries=TrueMike Bayer2015-11-191-2/+46
* - exclude this from unpredictable gcMike Bayer2015-10-111-1/+1
* - Added the :paramref:`.AssociationProxy.info` parameter to theMike Bayer2015-10-091-0/+20
* Merge remote-tracking branch 'origin/pr/203'Mike Bayer2015-10-091-1/+2
|\
| * Remplement Query.one() in terms of .one_or_none()pr/203Eric Siegerman2015-09-281-1/+2
* | - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-2/+1
|/
* Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202Eric Siegerman2015-09-241-3/+26
* - replicate Query.one_or_none to BakedQueryMike Bayer2015-09-241-0/+20
* - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-131-0/+30
* - Fixed an unexpected-use regression whereby custom :class:`.Comparator`Mike Bayer2015-06-111-0/+1
* - repair these tests to use the global manager_of_class fn,Mike Bayer2015-06-071-6/+7
* - changelog for pr bitbucket:54Mike Bayer2015-06-031-0/+20
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-9/+82
* flake8 some testsMike Bayer2015-05-211-56/+84
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-149/+309
* - turn sessions in ResultTest to autocommit=True just to get themMike Bayer2015-05-011-7/+7
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-2/+28
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-1/+30
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-242-2/+88
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-10/+13
* - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint`Mike Bayer2015-03-241-0/+35
* - Loosened some restrictions that were added to ``@declared_attr``Mike Bayer2015-03-181-0/+33
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+768
* - Fixed bug where using an ``__abstract__`` mixin in the middleMike Bayer2015-03-101-0/+41
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-0/+16
* - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-241-0/+53
* - fix test for new eventsMike Bayer2015-01-041-1/+1
* - some profile changes likely due to the change in event listeningticket_3100Mike Bayer2014-12-081-2/+0
* - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-0/+29
* - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-252-5/+281
* - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-1/+67
* pep8/flake8Mike Bayer2014-09-221-42/+59
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-101-0/+22
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+12
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+12
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-0/+53
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-091-0/+53
| |/
* | - The :meth:`.InspectionAttr.info` collection is now moved down toMike Bayer2014-08-131-0/+18
* | - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* | fix test ordering issuesMike Bayer2014-07-273-66/+42
|/
* - more pg8000 tests passingMike Bayer2014-07-251-2/+2
* Merged in therve/bug-3093/bug/3093 (pull request #24) Mike Bayer2014-07-061-2/+2
|\