summaryrefslogtreecommitdiff
path: root/test/orm/test_dynamic.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-65/+53
* Deprecate FromClause.count()Mike Bayer2016-06-141-5/+25
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-5/+5
* PEP8 tidy of test/orm/test_dynamic.pypr/117Tony Locke2014-07-201-110/+83
* Fixes for pg8000 for test/orm/test_dynamic.pyTony Locke2014-07-201-5/+7
* - Fixed bug involving dynamic attributes, that was again a regressionMike Bayer2014-06-261-0/+17
* - the raw 2to3 runMike Bayer2013-04-271-14/+14
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-221-21/+170
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-7/+21
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-211-2/+170
* - cleanup on these testsMike Bayer2012-12-211-358/+202
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - [bug] An error is emitted when uselist=FalseMike Bayer2012-08-051-3/+37
* -whitespace bonanza, contdMike Bayer2012-07-281-7/+7
* - move all of orm to use absolute importsMike Bayer2012-06-231-1/+19
* try a between here since 'in' looks for exact matches, doesn't workMike Bayer2011-04-151-2/+2
* merge tip + tidyMike Bayer2011-04-151-2/+7
|\
| * Exclude test on MySQL 5.1.49 - 5.1.52.Michael Trier2011-04-151-0/+1
|/
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+3
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-25/+121
* change TypeError test to not care about string messageMike Bayer2011-03-151-5/+6
* - Session constructor emits a warning when autoflush=TrueMike Bayer2011-02-071-4/+4
* - whitespace removal bonanzaMike Bayer2011-01-021-6/+6
* - move topological, queue into utilMike Bayer2010-12-051-1/+0
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - query.with_parent() now accepts transient objectsMike Bayer2010-09-061-0/+1
* - Dynamic attributes don't support collectionMike Bayer2010-08-051-1/+13
* - The official name for the relation() function is nowMike Bayer2010-03-171-7/+7
* - Using a "dynamic" loader with a "secondary" table now producesMike Bayer2009-10-251-14/+65
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-1/+1
* assert -> eq_Philip Jenvey2009-08-291-49/+54
* - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULTMike Bayer2009-08-071-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-5/+5
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+561