| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+3 |
* | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 1 | -0/+3 |
* | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 1 | -8/+35 |
* | - Fixed bug where known boolean values used by | Mike Bayer | 2015-05-26 | 1 | -0/+17 |
* | - New features added to support engine/pool plugins with advanced | Mike Bayer | 2015-04-30 | 1 | -1/+28 |
* | - Added the string value ``"none"`` to those accepted by the | Mike Bayer | 2015-04-21 | 1 | -0/+15 |
* | - rework the handle error on connect tests from test_parsconnect where | Mike Bayer | 2014-12-10 | 1 | -236/+0 |
* | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 1 | -0/+28 |
* | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 1 | -1/+1 |
* | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 1 | -1/+34 |
* | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 1 | -1/+112 |
* | - pep8 cleanup | Mike Bayer | 2014-12-05 | 1 | -58/+77 |
* | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -60/+31 |
* | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -7/+28 |
* | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -10/+10 |
* | - The :func:`.create_engine` routine and the related | Mike Bayer | 2013-11-24 | 1 | -1/+23 |
* | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -12/+19 |
* | Hide password in URL and Engine __repr__pr/25 | Gunnlaugur Þór Briem | 2013-09-06 | 1 | -0/+4 |
* | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -39/+25 |
* | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -4/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+3 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -3/+3 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
* | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -0/+39 |
* | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 1 | -3/+24 |
* | - fix up the invalidate on connect for py3k | Mike Bayer | 2011-07-06 | 1 | -1/+2 |
* | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -12/+43 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -5/+4 |
* | see #2060 | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
* | - engine_from_config() now accepts 'debug' for | Mike Bayer | 2010-10-15 | 1 | -0/+16 |
* | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -60/+122 |
* | another weird nose + py3k fix | Mike Bayer | 2010-02-20 | 1 | -1/+2 |
* | add "dialect" to the __all__ of each root dialect package | Mike Bayer | 2009-11-01 | 1 | -1/+9 |
* | test fixes | Mike Bayer | 2009-10-26 | 1 | -3/+7 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -75/+52 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+230 |