update transaction modes

This commit is contained in:
Luke Pulverenti
2016-11-28 14:26:48 -05:00
parent 56b24da151
commit 1c52e4f51b
11 changed files with 40 additions and 33 deletions

View File

@@ -102,7 +102,7 @@ namespace Emby.Server.Implementations.Data
statement.TryBind("@data", serialized);
statement.MoveNext();
}
});
}, TransactionMode);
}
}
}
@@ -164,7 +164,7 @@ namespace Emby.Server.Implementations.Data
statement.TryBind("@id", user.Id.ToGuidParamValue());
statement.MoveNext();
}
});
}, TransactionMode);
}
}
}