]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Sep 2008 21:09:04 +0000 (21:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Sep 2008 21:09:04 +0000 (21:09 +0000)
commita21dc3d3e382e8e2b0a842c3da81e770cd5d6f67
tree6f532a2d7a1772ed29146c2d065fc6234348ed9f
parent8010017e45f7c03ab843039ff03bfc4ee570a8b0
- the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without
the parenthesis, which seem to get in the way when using in
conjunction with executemany().
CHANGES
lib/sqlalchemy/databases/mysql.py
test/dialect/mysql.py