]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
echo can now be False, True or 'debug'. result sets are printed only if echo is ...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Dec 2005 01:56:42 +0000 (01:56 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Dec 2005 01:56:42 +0000 (01:56 +0000)
commit3cd30fdc70385fd771b3e305d1440a31da63d962
tree7145a6ee599afaa1e9e19b1406d2b6eec01fa559
parent83bc03b6d9d9e85874cbd74544234c2dae2f3232
echo can now be False, True or 'debug'. result sets are printed only if echo is 'debug'.
lib/sqlalchemy/engine.py
test/mapper.py
test/testbase.py