summaryrefslogtreecommitdiff
path: root/test/lib
Commit message (Expand)AuthorAgeFilesLines
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2715-3317/+0
* - profile file is configurableMike Bayer2012-09-262-14/+10
* - further reorganization of test suite:Mike Bayer2012-09-2612-1037/+1004
* - fix empty row insert in fixture, [ticket:2573]Mike Bayer2012-09-261-0/+2
* - got firebird runningMike Bayer2012-09-231-0/+2
* - use our new Cls.memoized_name._reset(self) method in place of all those __d...Mike Bayer2012-09-231-8/+8
* - add req's for predictable gcMike Bayer2012-09-051-11/+14
* - repair for "+driver" specMike Bayer2012-09-041-1/+1
* - rework the test exclusions system to work on a consistent themeMike Bayer2012-09-033-512/+446
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-022-0/+40
* force MyISAM in here as newer MySQLs set to innodb by default, which breaks a...Mike Bayer2012-08-281-0/+2
* - fix for pypyMike Bayer2012-08-251-11/+5
* small tweaks to make insert() behavior more consistent, mostly tests, [ticket...Mike Bayer2012-08-231-0/+3
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-111/+89
* - [feature] The Query.update() method is nowMike Bayer2012-08-201-17/+6
* - [feature] The Core oeprator system now includesMike Bayer2012-08-201-20/+2
* - fix the labeled column with column_expression() issue, finishes [ticket:1534]Mike Bayer2012-08-182-0/+10
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-20/+16
* - we're going to attempt to get the type/operator system to eat its own dogfo...Mike Bayer2012-08-161-13/+6
* - all tests passMike Bayer2012-08-131-11/+8
* - develop new system of applying custom operators to ColumnElement classes. ...Mike Bayer2012-08-131-1/+1
* fix profiles, no cext, somehow got ran with c ext partially present or somethingMike Bayer2012-08-111-2/+2
* - update file textMike Bayer2012-08-112-13/+6
* - this is a refcount testMike Bayer2012-08-111-0/+1
* - add 2.5 callcountsMike Bayer2012-08-111-0/+17
* - adjustmentsMike Bayer2012-08-112-7/+212
* OK! let's turn this around completely. Forget making a single count acrossMike Bayer2012-08-112-139/+280
* adjustmentsMike Bayer2012-08-111-0/+6
* final cleanupMike Bayer2012-08-101-3/+15
* more adjustmentsMike Bayer2012-08-091-2/+18
* - a new approach to profiling where we attempt to strip outMike Bayer2012-08-092-158/+131
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-0/+3
* -whitespace bonanza, contdMike Bayer2012-07-285-19/+19
* - [feature] Connection event listeners canMike Bayer2012-07-181-10/+10
* - move cte tests into their own test/sql/test_cte.pyMike Bayer2012-06-251-0/+4
* need some default dialect in hereMike Bayer2012-06-201-1/+0
* dbs like oracle can't handle these tests since we aren't applying a sequenceMike Bayer2012-06-161-0/+15
* - [bug] The ResultProxy methods inserted_primary_key,Mike Bayer2012-06-161-0/+8
* - [bug] Dialect no longer emits expensive serverMike Bayer2012-05-241-2/+2
* most of the drizzle docs are copy/pasta, let's just point users to the mysql ...Diana Clarke2012-04-021-2/+2
* - add __table_cls__ option to declarative, not publicized yet, is for the momentMike Bayer2012-03-121-3/+5
* - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-2/+41
* - [feature] Added support for the "isolation_level"Mike Bayer2012-02-121-1/+1
* - add a context manager availble via Engine.begin()Mike Bayer2012-02-121-0/+20
* mark this test as unsupported before 2.6, there's some unicodeMike Bayer2012-01-281-1/+1
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-2/+2
* - [bug] Raise an exception if xyzload_all() isMike Bayer2012-01-281-0/+3
* - [bug] Fixed issue where modified session stateMike Bayer2012-01-271-1/+5
* - rework the test suite to make use of SkipTest for tests skipped, unsupporte...Mike Bayer2012-01-222-17/+5
* - [bug] Fixed inappropriate usage of util.py3kMike Bayer2011-12-151-1/+1