]> 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:46:57 +0000 (15:46 -0400)
commit9b47fb31e3ff5a2c0aac04b3768d700041b61257
treea4ef85f74ee144e9faa576fa494ef55c176184d8
parentcff7bf54d40c70ab22c925dd164d955c4b23fe46
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
(cherry picked from commit 30f8843e97a49121323a4f75d9341f77c9935312)
lib/sqlalchemy/dialects/mysql/base.py