summaryrefslogtreecommitdiff
path: root/test/sql/rowcount.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-71/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
| | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-10/+6
| | | | | | - 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
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-0/+3
| | | | - All optional test Sequences are now optional=True
* - method call removalMike Bayer2007-08-201-3/+3
|
* - oracle reflection of case-sensitive names all fixed upMike Bayer2007-08-101-1/+1
| | | | - other unit tests corrected for oracle
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-2/+4
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-131-7/+10
|
* fix to the fix for [ticket:396] plus a unit testMike Bayer2006-12-151-0/+67