]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed function execution with explicit connections, when you dont
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Feb 2007 19:04:43 +0000 (19:04 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Feb 2007 19:04:43 +0000 (19:04 +0000)
commitba5337982e76e587b2c5148285b41a9a399806aa
treed59f945203e09d963a7e7e7dcee251fc04467716
parent962c22c9eda7d2ab7dc0b41bd1c7a52cf0c9d008
- fixed function execution with explicit connections, when you dont
explicitly say "select()" off the function, i.e.
conn.execute(func.dosomething())
CHANGES
lib/sqlalchemy/engine/base.py
test/sql/query.py