]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- alter behavior such that dialect_kwargs is still immutable, but
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jan 2014 21:32:36 +0000 (16:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jan 2014 21:32:36 +0000 (16:32 -0500)
commit3dc9f9b3db10254f688c6b25b58951a4b1d4a41b
treeebd64997f00c20676d898e4ebcb8f953eb3f4d14
parent8e1a4fdced253a58af309c93c24a8a492b646bb7
- alter behavior such that dialect_kwargs is still immutable, but
now represents exactly the kwargs that were passed, and not the defaults.
the defaults are still in dialect_options.  This allows repr() schemes such as that
of alembic to not need to look through and compare for defaults.
lib/sqlalchemy/sql/base.py
test/sql/test_metadata.py