summaryrefslogtreecommitdiff
path: root/test/orm/compile.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-186/+0
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-241-2/+2
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-5/+7
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-20/+20
* - de-cruftified backref configuration code, backrefs which step on existingMike Bayer2007-10-241-2/+24
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-1/+4
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* fixed [ticket:245]rel_0_2_6Mike Bayer2006-07-201-2/+2
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w...Mike Bayer2006-06-291-1/+1
* more compilation fixesMike Bayer2006-06-221-0/+37
* added check for conflicting backrefs + unit testMike Bayer2006-06-191-0/+121