summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/engines.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-0/+3
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-071-3/+0
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-031-4/+0
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-4/+0
* | Removed accidental print statementsScott Dugas2014-10-301-2/+0
* | Support additional args/kwargs on cursor methodScott Dugas2014-10-221-4/+6
|/
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-161-112/+0
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-18/+19
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-18/+2
* - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-131-2/+2
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+5
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-1/+7
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-3/+5
* - fdb is now official, [ticket:2504]Mike Bayer2013-06-031-4/+4
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-22/+20
* test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3Mike Bayer2013-05-041-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-21/+22
* mymysql dialectHajime Nakagami2013-03-011-1/+1
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-4/+27
* - add back __engine_options__Mike Bayer2012-10-041-0/+1
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+429