]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- func.sysdate() emits "SYSDATE()", i.e. with the ending
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 May 2010 19:29:08 +0000 (15:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 May 2010 19:29:08 +0000 (15:29 -0400)
commit7009a3bc32daadf078e2806622615c665105240e
tree1950fb031164989fce06f6c5e9eac08f0cdfa88e
parent78434e037fa835db145666ae1cb7773e93e3d899
- func.sysdate() emits "SYSDATE()", i.e. with the ending
parenthesis, on MySQL.  [ticket:1794]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py