Skip to content

Commit

Permalink
fix transaction abort bug
Browse files Browse the repository at this point in the history
  • Loading branch information
suazithustra committed Jun 29, 2020
1 parent 6e7da1d commit e1be3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/arangox/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ defmodule Arangox.Connection do
{:ok, _request, %Response{status: 200} = response, state} <-
handle_execute(
nil,
%Request{method: :put, path: Path.join(@path_trx, id)},
%Request{method: :delete, path: Path.join(@path_trx, id)},
opts,
%{state | headers: headers}
)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Arangox.MixProject do
use Mix.Project

@version "0.5.3"
@version "0.5.4"
@description """
ArangoDB 3.4+ driver for Elixir with connection pooling, support for \
VelocyStream, active failover, transactions and streamed cursors.
Expand Down

0 comments on commit e1be3c1

Please sign in to comment.