summaryrefslogtreecommitdiff
path: root/test/testlib/engines.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-245/+0
* Pulled callable into testlib because path fixup is not available at the point...Michael Trier2008-12-211-2/+1
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-181-0/+1
* - reworked the "SQL assertion" code to something more flexible and based off ...Mike Bayer2008-12-101-5/+3
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-0/+6
* merged r5018 from 0.4 branch, but using contextual_connect() (will fix in 0.4...Mike Bayer2008-08-101-1/+4
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+2
* Fixed borked testlib due to r4901.Michael Trier2008-07-081-3/+4
* Refactored the mock_engine in the tests so it's not duplicated in several pla...Michael Trier2008-07-081-2/+14
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
* - Experimental: prefer cProfile over hotspot for 2.5+Jason Kirtland2008-04-031-1/+92
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-17/+13
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-1/+27
* - added extra argument con_proxy to ConnectionListener interface checkout/che...Mike Bayer2007-08-171-11/+26
* - session transaction closing tweak for threadlocalJason Kirtland2007-08-171-3/+4
* added a testing decorator that mops up wayward connectionsJason Kirtland2007-08-171-0/+55
* Improve utf8 engine handling during test setup and in test suites.Jason Kirtland2007-08-081-5/+12
* Rearranged engine initialization, its now easy to make ad-hoc testing engines...Jason Kirtland2007-08-031-0/+33