Mike Bayer
c0b5a0446b
- updated the naming scheme of the base test classes in test/testlib/testing.py;
...
tests extend from either TestBase or ORMTest, using additional mixins for
special assertion methods as needed
2008-02-11 00:28:39 +00:00
Jason Kirtland
17d3c8764e
- testbase is gone, replaced by testenv
...
- Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase
- testing.db has the configured db
- Fixed up the perf/* scripts
2008-01-12 22:03:42 +00:00
Jason Kirtland
6378c34799
- Added initial version of MaxDB dialect.
...
- All optional test Sequences are now optional=True
2007-10-23 07:38:07 +00:00
Mike Bayer
109d535961
- method call removal
2007-08-20 21:50:59 +00:00
Mike Bayer
b852fcbce0
- oracle reflection of case-sensitive names all fixed up
...
- other unit tests corrected for oracle
2007-08-10 23:24:06 +00:00
Mike Bayer
ed4fc64bb0
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
Jason Kirtland
177d30cc01
- Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead
...
- Deprecated BoundMetaData- use MetaData instead
- Removed DMD and BMD from documentation
2007-07-06 00:58:09 +00:00
Paul Johnston
2c65ce7536
Multiple MSSQL fixes; see ticket #581
2007-06-13 18:53:16 +00:00
Mike Bayer
422558bc5d
fix to the fix for [ticket:396] plus a unit test
2006-12-15 01:07:05 +00:00