summaryrefslogtreecommitdiff
path: root/test/engine/test_parseconnect.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+3
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+3
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-8/+35
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-0/+17
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-1/+28
* - Added the string value ``"none"`` to those accepted by theMike Bayer2015-04-211-0/+15
* - rework the handle error on connect tests from test_parsconnect whereMike Bayer2014-12-101-236/+0
* - identify another spot where _handle_dbapi_error() needs to do somethingMike Bayer2014-12-081-0/+28
* - adjust _revalidate_connection() again such that we pass a _wrap=FalseMike Bayer2014-12-051-1/+1
* - move inner calls to _revalidate_connection() outside of existingMike Bayer2014-12-051-1/+34
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+112
* - pep8 cleanupMike Bayer2014-12-051-58/+77
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-60/+31
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-7/+28
* - adjustment, the spec says: "Within the user and password field, any ":",Mike Bayer2013-11-251-10/+10
* - The :func:`.create_engine` routine and the relatedMike Bayer2013-11-241-1/+23
* - The regexp used by the :func:`.url.make_url` function now parsesMike Bayer2013-10-231-12/+19
* Hide password in URL and Engine __repr__pr/25Gunnlaugur Þór Briem2013-09-061-0/+4
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-39/+25
* that's all of engineMike Bayer2013-05-041-4/+3
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+3
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-3/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* - [feature] Added a new systemMike Bayer2012-04-241-0/+39
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-3/+24
* - fix up the invalidate on connect for py3kMike Bayer2011-07-061-1/+2
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-12/+43
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+4
* see #2060Diana Clarke2011-02-281-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* - engine_from_config() now accepts 'debug' forMike Bayer2010-10-151-0/+16
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-60/+122
* another weird nose + py3k fixMike Bayer2010-02-201-1/+2
* add "dialect" to the __all__ of each root dialect packageMike Bayer2009-11-011-1/+9
* test fixesMike Bayer2009-10-261-3/+7
* merge 0.6 series to trunk.Mike Bayer2009-08-061-75/+52
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+230