[Sqlalchemy-tickets] Issue #4186: URL plugins modify the URL that is attached to engine (zzzeek/sql
Brought to you by:
zzzeek
From: Michael B. <iss...@bi...> - 2018-02-11 15:56:27
|
New issue 4186: URL plugins modify the URL that is attached to engine https://bitbucket.org/zzzeek/sqlalchemy/issues/4186/url-plugins-modify-the-url-that-is Michael Bayer: applications that take engine.url to copy it won't see plugin or plugin query arguments. propose making a copy of the URL that gets altered for passing to the dialect/DBAPI. see also #4170 |