Skip to content

Commit

Permalink
Fix SQL lock
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

voloda committed Nov 4, 2018
1 parent cd16f38 commit 9582910
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DbKeeperNet.Extensions.SQLite/SQLiteDatabaseLock.cs
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ public void Release(int lockId)
{
var id = new SqliteParameter("@id", SqliteType.Integer) {Value = lockId};
cmd.Parameters.Add(id);
cmd.Transaction = transaction;

cmd.ExecuteNonQuery();

0 comments on commit 9582910

Please sign in to comment.