diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-08 21:34:39 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-08 21:41:13 -0400 |
commit | 70be7312f10a2241cde3e6472af15ef5a9ae222a (patch) | |
tree | 7e7e28baf1a5fc7d2d07c6249b2b177abe770ef8 /lib/sqlalchemy/sql/functions.py | |
parent | 5ae984b946f87cc485c29c4c947a8649d4c4c422 (diff) | |
download | sqlalchemy-70be7312f10a2241cde3e6472af15ef5a9ae222a.tar.gz |
Rename MySQL dml.insert().values to .inserted
Changed the name of the ``.values`` attribute of the new MySQL
INSERT..ON DUPLICATE KEY UPDATE construct to ``.inserted``, as
:class:`.Insert` already has a method called :meth:`.Insert.values`.
The ``.inserted`` attribute ultimately renders the MySQL ``VALUES()``
function.
Change-Id: I8da8e30a3077698385a4b77e2c2032e2d1ff10b2
Fixes: #4072
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions