summaryrefslogtreecommitdiff
path: root/test/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* ORM descriptors such as hybrid properties can now be referencedMike Bayer2013-07-021-2/+37
* - add a test for pullreq 8Mike Bayer2013-06-231-0/+26
* turn this requirement back down as the simpler serialize works better nowMike Bayer2013-06-171-1/+1
* - skip this test for py3k. serializer kind of a bustMike Bayer2013-06-141-1/+1
* also clarified the changelog regarding Cls.scalar != 'value'Mike Bayer2013-06-081-11/+11
* Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-20/+148
* Fixed bug where :class:`.MutableDict` didn't report a change eventMike Bayer2013-06-031-0/+12
* extension testsMike Bayer2013-05-261-3/+3
* fix serializer tests. something is wrong with non-C pickle but for some reas...Mike Bayer2013-05-261-5/+4
* merge defaultMike Bayer2013-05-011-0/+3
|\
| * - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-011-0/+3
* | - the raw 2to3 runMike Bayer2013-04-276-44/+43
|/
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-28/+44
* formattingMike Bayer2013-04-241-47/+48
* - these pickle the assoc proxy by itself tests can't really passMike Bayer2013-04-201-6/+12
* Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+42
* skip this test for PG, jenkins having failures only when the full suite is runMike Bayer2013-03-021-0/+2
* The :class:`.MutableComposite` type did not allow for theMike Bayer2012-12-031-0/+71
* cleanupMike Bayer2012-12-031-24/+24
* Allow use of synonyms in primaryjoin / secondaryjoin conditionsRichard Mitchell2012-11-271-1/+40
* - hstore adjustmentsMike Bayer2012-11-171-39/+13
* - store only MultipleClassMarkers inside of ModuleMarker, thenMike Bayer2012-10-281-7/+44