]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- All string formatting of bound parameter sets and result rows for
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Feb 2016 18:31:29 +0000 (13:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Feb 2016 18:31:29 +0000 (13:31 -0500)
commit591e0cf08a798fb16e0ee9b56df5c3141aa48959
treeff89657eba4af89f2c8b1b832e56adb839d480b7
parenta99a32d3d1669e1a66776b7e168119656e6aed02
- All string formatting of bound parameter sets and result rows for
logging, exception, and  ``repr()`` purposes now truncate very large
scalar values within each collection, including an
"N characters truncated"
notation, similar to how the display for large multiple-parameter sets
are themselves truncated.
fixes #2837
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/sql/util.py
test/engine/test_logging.py