summaryrefslogtreecommitdiff
path: root/test/engine/test_parseconnect.py
Commit message (Expand)AuthorAgeFilesLines
* Add __copy__, __deepcopy__ to URL. Fixes: #7400Tom Ritchford2021-12-061-0/+32
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+58
* Clean up most py3k compatFederico Caselli2021-11-241-3/+4
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-22/+50
* fully implement future engine and remove legacyMike Bayer2021-11-071-6/+10
* First round of removal of python 2Federico Caselli2021-11-011-1/+0
* Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+0
* indicate private use of URL.__new__ privately onlyMike Bayer2021-10-011-0/+43
* Ensure str is callect on the URL password.Federico Caselli2021-09-131-0/+47
* remove erroneous None check from _assert_strMike Bayer2021-09-041-7/+23
* Pass URL object, not the string, to on_connect_urlMike Bayer2021-06-061-0/+33
* URL parsing fixesMike Bayer2021-05-241-50/+71
* Support "sqlalchemy.future" for engine_from_configMike Bayer2020-11-061-0/+24
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+15
* make URL immutableMike Bayer2020-08-251-38/+191
* Fix query string escaping in engine URLsMiguel Grinberg2020-05-211-0/+5
* run a black runMike Bayer2019-03-051-5/+14
* Add port comparison in __eq__() and __ne__() method to URLSanjana2019-02-281-1/+26
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-19/+0
* Post black reformattingMike Bayer2019-01-061-8/+16
* Run black -l 79 against all source filesMike Bayer2019-01-061-182/+238
* Allow multiple plugin namesMike Bayer2018-02-131-3/+127
* Allow url.password to be an objectMike Bayer2017-12-041-1/+34
* 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