| Commit message (Expand) | Author | Age | Files | Lines |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 15 | -3317/+0 |
| * | - profile file is configurable | Mike Bayer | 2012-09-26 | 2 | -14/+10 |
| * | - further reorganization of test suite: | Mike Bayer | 2012-09-26 | 12 | -1037/+1004 |
| * | - fix empty row insert in fixture, [ticket:2573] | Mike Bayer | 2012-09-26 | 1 | -0/+2 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -0/+2 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -8/+8 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -11/+14 |
| * | - repair for "+driver" spec | Mike Bayer | 2012-09-04 | 1 | -1/+1 |
| * | - rework the test exclusions system to work on a consistent theme | Mike Bayer | 2012-09-03 | 3 | -512/+446 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 2 | -0/+40 |
| * | force MyISAM in here as newer MySQLs set to innodb by default, which breaks a... | Mike Bayer | 2012-08-28 | 1 | -0/+2 |
| * | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -11/+5 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+3 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -111/+89 |
| * | - [feature] The Query.update() method is now | Mike Bayer | 2012-08-20 | 1 | -17/+6 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -20/+2 |
| * | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 2 | -0/+10 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -20/+16 |
| * | - we're going to attempt to get the type/operator system to eat its own dogfo... | Mike Bayer | 2012-08-16 | 1 | -13/+6 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -11/+8 |
| * | - develop new system of applying custom operators to ColumnElement classes. ... | Mike Bayer | 2012-08-13 | 1 | -1/+1 |
| * | fix profiles, no cext, somehow got ran with c ext partially present or something | Mike Bayer | 2012-08-11 | 1 | -2/+2 |
| * | - update file text | Mike Bayer | 2012-08-11 | 2 | -13/+6 |
| * | - this is a refcount test | Mike Bayer | 2012-08-11 | 1 | -0/+1 |
| * | - add 2.5 callcounts | Mike Bayer | 2012-08-11 | 1 | -0/+17 |
| * | - adjustments | Mike Bayer | 2012-08-11 | 2 | -7/+212 |
| * | OK! let's turn this around completely. Forget making a single count across | Mike Bayer | 2012-08-11 | 2 | -139/+280 |
| * | adjustments | Mike Bayer | 2012-08-11 | 1 | -0/+6 |
| * | final cleanup | Mike Bayer | 2012-08-10 | 1 | -3/+15 |
| * | more adjustments | Mike Bayer | 2012-08-09 | 1 | -2/+18 |
| * | - a new approach to profiling where we attempt to strip out | Mike Bayer | 2012-08-09 | 2 | -158/+131 |
| * | - [bug] Improvements to joined/subquery eager | Mike Bayer | 2012-08-06 | 1 | -0/+3 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 5 | -19/+19 |
| * | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -10/+10 |
| * | - move cte tests into their own test/sql/test_cte.py | Mike Bayer | 2012-06-25 | 1 | -0/+4 |
| * | need some default dialect in here | Mike Bayer | 2012-06-20 | 1 | -1/+0 |
| * | dbs like oracle can't handle these tests since we aren't applying a sequence | Mike Bayer | 2012-06-16 | 1 | -0/+15 |
| * | - [bug] The ResultProxy methods inserted_primary_key, | Mike Bayer | 2012-06-16 | 1 | -0/+8 |
| * | - [bug] Dialect no longer emits expensive server | Mike Bayer | 2012-05-24 | 1 | -2/+2 |
| * | most of the drizzle docs are copy/pasta, let's just point users to the mysql ... | Diana Clarke | 2012-04-02 | 1 | -2/+2 |
| * | - add __table_cls__ option to declarative, not publicized yet, is for the moment | Mike Bayer | 2012-03-12 | 1 | -3/+5 |
| * | - expand the check to determine if a selectable column is embedded | Mike Bayer | 2012-02-29 | 1 | -2/+41 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -1/+1 |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -0/+20 |
| * | mark this test as unsupported before 2.6, there's some unicode | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
| * | - [bug] Raise an exception if xyzload_all() is | Mike Bayer | 2012-01-28 | 1 | -0/+3 |
| * | - [bug] Fixed issue where modified session state | Mike Bayer | 2012-01-27 | 1 | -1/+5 |
| * | - rework the test suite to make use of SkipTest for tests skipped, unsupporte... | Mike Bayer | 2012-01-22 | 2 | -17/+5 |
| * | - [bug] Fixed inappropriate usage of util.py3k | Mike Bayer | 2011-12-15 | 1 | -1/+1 |