summaryrefslogtreecommitdiff
path: root/test/orm/generative.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-279/+0
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-3/+4
* Corrected and verified a few more mssql tests.Michael Trier2008-12-121-2/+2
* - Fixed up slices on Query (i.e. query[x:y]) to work properlyMike Bayer2008-09-281-0/+6
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* - removed query.min()/max()/sum()/avg(). these should be called using column...Mike Bayer2008-06-021-7/+8
* - Removed @unsupportedJason Kirtland2008-05-141-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-167/+198
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-39/+15
* - moved property._is_self_referential() to be more generalized; returns True ...Mike Bayer2008-03-071-9/+7
* - adjusted generative.py test for revised error messageMike Bayer2008-03-061-2/+2
* - fixed bug whereby session.expire() attributes were notMike Bayer2008-03-011-0/+2
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-4/+4
* - Removed some test bogosityJason Kirtland2008-01-221-11/+10
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-29/+29
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-14/+9
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-16/+17
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f...Jason Kirtland2007-08-011-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-90/+93
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* - generative test doesnt apply to mysql, othersMike Bayer2007-04-261-0/+1
* - added generative versions of aggregates, i.e. sum(), avg(), etc.Mike Bayer2007-04-251-0/+4
* error raised if trying to auto-join on a self referentialMike Bayer2007-03-281-2/+26
* MSSQL now passes still more unit tests [ticket:481]Rick Morrison2007-03-151-3/+12
* - the full featureset of the SelectResults extension has been mergedMike Bayer2007-03-101-0/+229