summaryrefslogtreecommitdiff
path: root/test/orm/test_generative.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-41/+51
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+0
* most of ORM passing...Mike Bayer2013-05-041-20/+4
* - the raw 2to3 runMike Bayer2013-04-271-17/+20
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-3/+6
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-4/+5
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-5/+5
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-31/+69
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-5/+5
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
* | merge tipMike Bayer2010-11-181-4/+7
|\ \ | |/
| * - Fixed indexing of Query objects by -1. It was erroneouslyMike Bayer2010-11-151-4/+7
* | - most tests passing on adapted MapperExtensionMike Bayer2010-11-061-9/+0
|/
* - The official name for the relation() function is nowMike Bayer2010-03-171-4/+4
* Found another float / Decimal issue that needs to be changed to be consistent...Michael Trier2010-02-221-1/+1
* Python 3 changes the round to return a Decimal not a float.Michael Trier2010-02-221-2/+2
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-1/+1
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-8/+8
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+15
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+290