| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - force the _has_events flag to True on engines, so that | Mike Bayer | 2014-12-08 | 1 | -0/+3 |
* | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 1 | -3/+0 |
* | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 1 | -4/+0 |
|\ |
|
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -4/+0 |
* | | Removed accidental print statements | Scott Dugas | 2014-10-30 | 1 | -2/+0 |
* | | Support additional args/kwargs on cursor method | Scott Dugas | 2014-10-22 | 1 | -4/+6 |
|/ |
|
* | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 1 | -112/+0 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -18/+19 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -18/+2 |
* | - _cursor_execute() will close the cursor on error; oracle doesn't allow doub... | Mike Bayer | 2014-01-13 | 1 | -2/+2 |
* | - continue with [ticket:2907] and further clean up how we set up | Mike Bayer | 2014-01-13 | 1 | -1/+5 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -1/+7 |
* | improve the close handling here so that we don't double-close a connection; | Mike Bayer | 2013-06-28 | 1 | -3/+5 |
* | - fdb is now official, [ticket:2504] | Mike Bayer | 2013-06-03 | 1 | -4/+4 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -22/+20 |
* | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -21/+22 |
* | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -4/+27 |
* | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -0/+1 |
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+429 |