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
Stored json gets corrupted on SqlServer after an update with a smaller sized payload (#1332)
* Stored json gets corrupted on SqlServer after an update with a smaller sized payload (#1331)
* Fix issue where sql parameter optimalisation was applied for INSERT/UPDATE. Now only applied for `ExecuteReaderAsync` and `ExecuteReaderAsync`.
* Fix failing CI tests due to new test using incorrect table for testing
* Updated the test name to better express its intent
* Version still supports NETFRAMEWORK and await using isn't supported in NETFX
// When updating an existing saga where the serialized state is smaller in length than the previous the column value should not have any left over data from the previous value.
14
+
// The deserializer ignores any trailing
15
+
16
+
varsqlVariant=(SqlTestVariant)param.Values[0];
17
+
18
+
if(sqlVariant.Dialectis not SqlDialect.MsSqlServer)
0 commit comments