| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __copy__, __deepcopy__ to URL. Fixes: #7400 | Tom Ritchford | 2021-12-06 | 1 | -0/+32 |
* | Added support for ``psycopg`` dialect. | Federico Caselli | 2021-11-26 | 1 | -0/+58 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -3/+4 |
* | De-emphasize notion of "default driver" (DBAPI) | Gord Thompson | 2021-11-09 | 1 | -22/+50 |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -6/+10 |
* | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -1/+0 |
* | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 1 | -1/+0 |
* | indicate private use of URL.__new__ privately only | Mike Bayer | 2021-10-01 | 1 | -0/+43 |
* | Ensure str is callect on the URL password. | Federico Caselli | 2021-09-13 | 1 | -0/+47 |
* | remove erroneous None check from _assert_str | Mike Bayer | 2021-09-04 | 1 | -7/+23 |
* | Pass URL object, not the string, to on_connect_url | Mike Bayer | 2021-06-06 | 1 | -0/+33 |
* | URL parsing fixes | Mike Bayer | 2021-05-24 | 1 | -50/+71 |
* | Support "sqlalchemy.future" for engine_from_config | Mike Bayer | 2020-11-06 | 1 | -0/+24 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -4/+15 |
* | make URL immutable | Mike Bayer | 2020-08-25 | 1 | -38/+191 |
* | Fix query string escaping in engine URLs | Miguel Grinberg | 2020-05-21 | 1 | -0/+5 |
* | run a black run | Mike Bayer | 2019-03-05 | 1 | -5/+14 |
* | Add port comparison in __eq__() and __ne__() method to URL | Sanjana | 2019-02-28 | 1 | -1/+26 |
* | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -19/+0 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -8/+16 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -182/+238 |
* | Allow multiple plugin names | Mike Bayer | 2018-02-13 | 1 | -3/+127 |
* | Allow url.password to be an object | Mike Bayer | 2017-12-04 | 1 | -1/+34 |
* | 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 |