Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - the zblog example is obsolete, the tests don't really test it | Mike Bayer | 2011-01-16 | 1 | -53/+0 |
| | | | | | | and a key feature of its mapping (the deferred col outside of the select) doesn't work anyway. - add a token "deferred on selectable" test to test_mapper. | ||||
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -6/+6 |
| | |||||
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -1/+0 |
| | | | | | See README.unittests for information on how to run the tests. [ticket:970] | ||||
* | remove comparison/group by on TEXT columns | Mike Bayer | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -11/+10 |
| | |||||
* | Firebird dialect now uses SingletonThreadPool as its poolclass. | Roger Demetrescu | 2007-10-07 | 1 | -3/+3 |
| | | | | | | (this fixes all "unsuccessful metadata update\n object XXXXX is in use" test errors) Minor fixes in tests | ||||
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -2/+5 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - added basic 'zblog' test suite | Mike Bayer | 2006-09-05 | 1 | -0/+52 |
- better error message for mapper orphan detect |