]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- handle parameter sets that aren't correctly formed, so that
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Feb 2016 21:53:01 +0000 (16:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Feb 2016 21:53:01 +0000 (16:53 -0500)
commit2965da0a5d89119787bd45ac6f5459a7b755656d
treea9444e1311b5b39d736ce1d248d464b95c27a9aa
parentbf1d03a9e58a0256db0b1f7389e23a6d11c4a964
- handle parameter sets that aren't correctly formed, so that
for example an exception object made within a test suite can
still repr (error seen in Keystone)
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
test/engine/test_logging.py