summaryrefslogtreecommitdiff
path: root/test/engine/bind.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-223/+0
* - Spiffed up the deprecated decorators & @flipped 'em up topJason Kirtland2008-07-161-1/+1
* - Moved an ORM test out of engine...Jason Kirtland2008-05-211-47/+5
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-8/+13
* - Updated exception messaging for r4220Jason Kirtland2008-03-041-6/+5
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - Friendlier exception messages for unbound, implicit executionJason Kirtland2008-01-311-5/+54
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-17/+17
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-2/+1
* test suite deprecation rampageJason Kirtland2008-01-091-17/+20
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+1
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* Rearranged engine initialization, its now easy to make ad-hoc testing engines...Jason Kirtland2007-08-031-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-24/+25
* hopefully resolved all the PG deadlocks occuring hereMike Bayer2007-07-201-29/+43
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-3/+4
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-161-0/+20
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-121-0/+172