]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document inserted_primary_key_rows
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2021 04:41:28 +0000 (00:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2021 04:41:28 +0000 (00:41 -0400)
commit3770dbd0028c490f72325f1c13917b021c6f6dbb
tree5328bd4dbcce81bd53cc5fe0225a615462e8e26a
parent4e0f90424afe03547c21ec3b6365755bb5288075
Document inserted_primary_key_rows

This accessor was misleading in that it indicated a general
capability to return inserted primary key values for multiple
rows at once.  Clarify this is not currently the case
as the feature is only suppported by the psycopg2 dialect
at the moment.

Fixes: #6194
Change-Id: I2a9cf5f47082d948d52208d2a3bad2d7ab38710e
lib/sqlalchemy/engine/cursor.py