summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-1/+31
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-0/+78
* - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-081-0/+65
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+40
* - docs + testsMike Bayer2014-01-051-0/+146
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-031-2/+18
* - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+59
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-0/+33
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-0/+32
* - The :class:`.DeferredReflection` class has been enhanced to provideMike Bayer2013-12-031-29/+83
* Fixed bug where in Py2K a unicode literal would not be acceptedMike Bayer2013-11-291-1/+21
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-3/+21
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-11/+47
* - just comment out this test, we may have to figure out if the wholeMike Bayer2013-10-211-12/+13
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-222-8/+0
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-271-2/+4
* correct for missing fail() methods which were lost when we removed unittest.T...Mike Bayer2013-08-261-25/+20
* clean up formatting and other linting issuesMike Bayer2013-08-261-52/+51
* - The :class:`.CreateColumn` construct can be appled to a customMike Bayer2013-08-241-1/+17
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-2/+2
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-0/+2