]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added "logging_name" argument to create_engine(), Pool() constructor
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Mar 2010 18:53:31 +0000 (13:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Mar 2010 18:53:31 +0000 (13:53 -0500)
commit5f1fbf575915470391c5a816d99a742e64b6be25
treee47cc04988a835ef03f1b3bb02e5a5c4d0495e24
parent3290ac23df9eed8a61324eb68f062a7de29e549d
- Added "logging_name" argument to create_engine(), Pool() constructor
as well as "pool_logging_name" argument to create_engine() which
filters down to that of Pool.   Issues the given string name
within the "name" field of logging messages instead of the default
hex identifier string.  [ticket:1555]
CHANGES
doc/build/dbengine.rst
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/log.py
lib/sqlalchemy/pool.py
test/engine/test_execute.py