summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Return the assigned value in MultableDict.setdefaultThomas Herve2014-06-241-2/+2
* | - Fixed bug when the declarative ``__abstract__`` flag was not beingMike Bayer2014-06-251-1/+24
|/
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-201-1/+1
* - fix this test for MySQL, needs InnoDBMike Bayer2014-05-301-3/+7
* - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-301-0/+27
* - Fixed bug in mutable extension where :class:`.MutableDict` did notMike Bayer2014-05-141-0/+17
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-2/+2
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-281-0/+7
* - Fixed bug in mutable extension as well asMike Bayer2014-03-191-0/+11
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-0/+7
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-4/+2