]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrects issue where engine.execute raised exception when given empty list. Fixes...
authorMichael Trier <mtrier@gmail.com>
Sat, 4 Oct 2008 23:19:05 +0000 (23:19 +0000)
committerMichael Trier <mtrier@gmail.com>
Sat, 4 Oct 2008 23:19:05 +0000 (23:19 +0000)
commitc9afdb5072ccaffb73e29853dbade1eb0237157b
treefe63cac873cca41ca3431def148f9a733823b240
parenta9a4da62cfe4a7dbe6afff1f993e161e8243a6dc
Corrects issue where engine.execute raised exception when given empty list. Fixes #1175.
lib/sqlalchemy/engine/base.py
test/engine/execute.py