| Commit message (Expand) | Author | Age | Files | Lines |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - move away from explicit raises of SkipTest, instead call a | Mike Bayer | 2015-05-01 | 1 | -0/+3 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - fix issue where nose Failure object comes into play here | Mike Bayer | 2014-09-15 | 1 | -0/+2 |
* | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -16/+16 |
* | - repair test finding to not skip the test_suite tests | Mike Bayer | 2014-07-30 | 1 | -0/+1 |
* | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -4/+9 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -6/+7 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | use importlib.machinery to load modules instead of imp under Python 3.3 and g... | Matt Chisholm | 2014-04-14 | 1 | -2/+7 |
* | - fixes to multi-backend tests | Mike Bayer | 2014-03-27 | 1 | -1/+3 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -412/+31 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 1 | -6/+9 |
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+2 |
* | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -2/+8 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -5/+2 |
* | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -1/+0 |
* | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -3/+16 |
* | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -2/+8 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -1/+16 |
* | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -1/+6 |
* | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -6/+16 |
* | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -7/+20 |
* | - connect immediately on _create_testing_engine to initialize dialect capabil... | Mike Bayer | 2012-10-04 | 1 | -0/+1 |
* | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -12/+19 |
* | consolidate config into noseplugin, remove the dupe, load noseplugin using im... | Mike Bayer | 2012-09-30 | 1 | -9/+192 |
* | also get rid of satest.cfg | Mike Bayer | 2012-09-29 | 1 | -1/+1 |
* | adjustments | Mike Bayer | 2012-09-29 | 1 | -1/+5 |
* | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -2/+1 |
* | - add a runner module | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
* | tweaks | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+199 |