diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4499.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4499.rst b/doc/build/changelog/unreleased_12/4499.rst new file mode 100644 index 000000000..ca6be04ae --- /dev/null +++ b/doc/build/changelog/unreleased_12/4499.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mssql + :tickets: 4499 + + Fixed bug where the SQL Server "IDENTITY_INSERT" logic that allows an INSERT + to proceed with an explicit value on an IDENTITY column was not detecting + the case where :meth:`.Insert.values` were used with a dictionary that + contained a :class:`.Column` as key and a SQL expression as a value. |
