]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
walk back SQL Server language a bit re: insertmanyvalues
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Apr 2023 03:31:55 +0000 (23:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Apr 2023 03:31:55 +0000 (23:31 -0400)
commit8b19580216371892eba94e1be410ac255b42c4c0
tree7500e82e1ad6a5fc3bc7057eba3be42a7f6be5d8
parent9fb2a2947e41ecd1597f8efe082de78e5374f98f
walk back SQL Server language a bit re: insertmanyvalues

In #9618 we both can look to re-enable insertmanyvalues
for SQL Server, and also likely *disable* its use for the
ORM unit of work specifically, since that's really where the
only problem is, and it will likely be for all dialects,
not just SQL Server.   An approach using sentinel columns will
be rolled out for the unit of work use case.

Change-Id: I3358e30839491769db95b4ac042a661271df3929
References: #9618
References: #9603
doc/build/changelog/changelog_20.rst
doc/build/changelog/whatsnew_20.rst
lib/sqlalchemy/dialects/mssql/base.py