]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added support for the localtimestamp()
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Sep 2012 14:20:56 +0000 (10:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Sep 2012 14:20:56 +0000 (10:20 -0400)
commita6a7fa5d7982c2cc2678ab6a973883adb98c8f27
treeb34dfb827f0a2f0c835c92c5135e30e4fc4e4c0c
parentf1631d5f14f9b8256e44afb28d9a9a1c1f9a21fd
- [feature] Added support for the localtimestamp()
SQL function implemented in SQLite, courtesy
Richard Mitchell.  Added test
CHANGES
test/dialect/test_sqlite.py