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
Expectation is that key1 should be deleted, key2 should have a value of value2.
Actual Behavior
key1:value1 is present, along with key2: value2.
Steps to Reproduce the Problem
Please use the JS snippet from the referenced issue (1209)
Details
In the transaction snippet for this state store, the delete operations are always executed before upsert operations. This results in failure with message delete affected only 0 rows, expected 1 whenever the above tx is attempted.
Release Note
RELEASE NOTE: FIX Azure SQL Server state store's transaction API to respect order of operations.
The text was updated successfully, but these errors were encountered:
Similar to #1209
Expected Behavior
For the following transaction:
Expectation is that
key1
should be deleted,key2
should have a value ofvalue2
.Actual Behavior
key1
:value1
is present, along withkey2
:value2
.Steps to Reproduce the Problem
Please use the JS snippet from the referenced issue (1209)
Details
In the transaction snippet for this state store, the delete operations are always executed before upsert operations. This results in failure with message
delete affected only 0 rows, expected 1
whenever the above tx is attempted.Release Note
RELEASE NOTE: FIX Azure SQL Server state store's transaction API to respect order of operations.
The text was updated successfully, but these errors were encountered: