]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed SQL function truncation of trailing underscores
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2008 17:25:20 +0000 (17:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2008 17:25:20 +0000 (17:25 +0000)
commitfc2cf22038e575670ee2edc890f8dfbc07d9bfa7
tree36cf2f89b6eca2353d5febbabfc61f94d253039c
parent92a5df77538069efd9f8cfc14cf83807ce43c288
- fixed SQL function truncation of trailing underscores
[ticket:996]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/functions.py