summaryrefslogtreecommitdiff
path: root/test/zblog/tables.py
Commit message (Collapse)AuthorAgeFilesLines
* - the zblog example is obsolete, the tests don't really test itMike Bayer2011-01-161-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.libMike Bayer2010-11-151-1/+1
|
* merge 0.6 series to trunk.Mike Bayer2009-08-061-6/+6
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* remove comparison/group by on TEXT columnsMike Bayer2009-01-191-1/+1
|
* test suite deprecation rampageJason Kirtland2008-01-091-11/+10
|
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-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 Bayer2007-07-271-2/+5
| | | | maintenance branch in branches/rel_0_3.
* - added basic 'zblog' test suiteMike Bayer2006-09-051-0/+52
- better error message for mapper orphan detect