summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
...
* - enable SAVEPOINT support fully, remove warning, [ticket:822].Mike Bayer2011-12-061-1/+8
* sort of muscling this out, mysql a PITAMike Bayer2011-11-211-0/+8
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-1/+7
* fix this test for oursqlMike Bayer2011-10-151-6/+6
* - Added an exception catch + warning for theMike Bayer2011-10-151-0/+54
* - Enhanced the instrumentation in the ORM to supportMike Bayer2011-09-281-0/+9
* - Some unit test fixes regarding numeric arrays,Mike Bayer2011-06-041-1/+8
* - adjust further for unix-style casing, also this is mysql not just mysqldbMike Bayer2011-06-021-1/+5
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-022-5/+20
* - make sure we definitely get every connection createdMike Bayer2011-05-141-2/+23
* - query.count() emits "count(*)" instead ofMike Bayer2011-05-101-0/+2
* - given that Oracle's issue is not just open connections, but *closed* ones t...Mike Bayer2011-05-092-1/+26
* comment out the rollback on after test since pg8000 can deadlock on this (and...Mike Bayer2011-04-301-3/+8
* uurg, add a use_reaper argument and have zoomark skip the reaping for its ver...Mike Bayer2011-04-251-6/+8
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-252-18/+40
* mark all aaa_profiling tests with __requires__ = 'cpython',Mike Bayer2011-04-231-0/+8
* - added Query.with_session() method, switchesMike Bayer2011-04-231-6/+11
* try a between here since 'in' looks for exact matches, doesn't workMike Bayer2011-04-151-1/+0
* - no encoding with arraysMike Bayer2011-04-081-10/+16
* - fix a callcountMike Bayer2011-03-271-26/+7
* - reorganizing the test modules and fixtures, but keeping the essential metho...Mike Bayer2011-03-271-15/+10
* - dont clear the classes collection here either...Mike Bayer2011-03-271-2/+0
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-274-40/+335
* - convert @provide_metadata to use self accessMike Bayer2011-03-262-19/+11
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-4/+27
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-28/+0
* this test fails on PyPy because it checks for a lastrowid after the connectio...Alex Gaynor2011-03-161-4/+7
* - adjust gc_collect for pypyMike Bayer2011-03-151-1/+4
* Modifications for PyPy support from Alex Gaynor.Michael Trier2011-03-081-2/+3
* make it more explicit in tests which dialect we want to use for thingsMike Bayer2011-02-111-3/+8
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+7
* - The path given as the location of a sqlite database is nowMike Bayer2011-02-101-1/+2
* - The compiler extension now supports overriding the defaultMike Bayer2011-02-091-1/+3
* - schema.copy() functions will copy dispatch, but only for those eventsMike Bayer2011-02-011-3/+3
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-262-14/+11
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-262-1/+10
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-2/+2
* - factor consistent set_isolation_level(), get_isolation_level()Mike Bayer2011-01-161-0/+9
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-6/+6
* - whitespace removal bonanzaMike Bayer2011-01-029-109/+109
* - removes the "on_" prefix.Mike Bayer2010-12-301-3/+3
* - remove some more 2.4 targetsMike Bayer2010-12-271-0/+1
* - allow cextension version to fall back to non-cextensionMike Bayer2010-12-221-3/+6
* Added NULLS FIRST and NULLS LAST support.Michael Trier2010-12-191-0/+7
* dont need these importsMike Bayer2010-12-121-2/+2
* - inlinings and callcount reductionsMike Bayer2010-12-121-15/+32
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-1/+1
* - support for cdecimalMike Bayer2010-12-111-2/+1
* - move topological, queue into utilMike Bayer2010-12-054-314/+302
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3