]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improvement to multi-param statement logging,
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2011 15:12:36 +0000 (11:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2011 15:12:36 +0000 (11:12 -0400)
commitd3c1f245efb22b45c77561345346469cf6a82ddd
treed0a403d74c779e8a9f130f5a6b83ad67bd589189
parent647a28a03e21c70c2195c2a0ea6f6c3e21d72958
- Improvement to multi-param statement logging,
long lists of bound parameter sets will be
compressed with an informative indicator
of the compression taking place.  Exception
messages use the same improved formatting.
[ticket:2243]
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/sql/util.py
test/engine/test_execute.py