You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a boolean flag in the mssql dialect, the default will be set to warn meaning that a warning will be raised when _enable_identity_insert is detected set to true.
User can opt into the current behaviour or disable it
Discussed in #11613
Add a boolean flag in the mssql dialect, the default will be set to
warnmeaning that a warning will be raised when_enable_identity_insertis detected set to true.User can opt into the current behaviour or disable it