]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The warning emitted by the Unicode and String types
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jun 2010 20:09:13 +0000 (16:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jun 2010 20:09:13 +0000 (16:09 -0400)
commit03e0f776beff157886d174284847868c8f2aed1d
tree6afc517e0ecb8a6cf11dfafc0d7ab5cb2b788e58
parent7378611832a8b58ce040dab3ee0739209c4c8854
- The warning emitted by the Unicode and String types
with convert_unicode=True no longer embeds the actual
value passed.   This so that the Python warning
registry does not continue to grow in size, the warning
is emitted once as per the warning filter settings,
and large string values don't pollute the output.
[ticket:1822]
CHANGES
lib/sqlalchemy/types.py
test/aaa_profiling/test_memusage.py