]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a bug in extract() introduced in 0.5.4 whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2009 15:10:54 +0000 (15:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Jul 2009 15:10:54 +0000 (15:10 +0000)
commit8804e1963f7f391bfc29feca7155e3a5f9bb097d
tree4eb6943473836cf97884e0d3a0cd962ec363b7d2
parentf843442d97b801e1f57dc21aa0e25a30f4986018
- Fixed a bug in extract() introduced in 0.5.4 whereby
the string "field" argument was getting treated as a
ClauseElement, causing various errors within more
complex SQL transformations.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_generative.py