]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add an informative error msg for non-collection passed to select()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jan 2010 20:30:42 +0000 (20:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Jan 2010 20:30:42 +0000 (20:30 +0000)
commit0ca4107c3ed9caff2f6584e4b7215294a6409790
tree7a6b74685fe73c60cdd195739fa2a60ff1c9e7b4
parenta8220e2a8a6534cba9da9184103ed571497c3971
add an informative error msg for non-collection passed to select()
lib/sqlalchemy/sql/expression.py
test/sql/test_select.py