]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Include DATETIME / DateTime with the MySQL TIMESTAMP examples
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jun 2020 19:45:20 +0000 (15:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jun 2020 19:45:20 +0000 (15:45 -0400)
commit30f8843e97a49121323a4f75d9341f77c9935312
tree7ccc6d1255f7e28499848c29f64e5fc73688fa7b
parent808d7ca8d231fb5d3ce4ccc2ca9a74f5767e9154
Include DATETIME / DateTime with the MySQL TIMESTAMP examples

To eliminate any remaining confusion, clarify that
DATETIME (as well as DateTime) and TIMESTAMP are treated
similarly with the MySQL dialect regarding ON UPDATE.

Change-Id: I222522440706902d5d2d11e670e76f16000438e0
References: #5427
lib/sqlalchemy/dialects/mysql/base.py