Skip to content

Commit

Permalink
Update jamdb_oracle_conn.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
vstavskyi authored May 6, 2023
1 parent a5398c1 commit 3463de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jamdb_oracle_conn.erl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ send_req(fetch, #oraclient{seq=Task} = State, Cursor) ->
Data = get_record(fetch, State, Cursor, Task),
send(State, ?TNS_DATA, Data);
send_req(exec, #oraclient{charset=Charset,fetch=Fetch,cursors=Cursors,seq=Task} = State, {Query, Bind, Batch}) ->
erlang:display({Query, Bind, Batch}),
KeyWord = lists:nth(1, string:tokens(string:to_upper(Query)," \t\r\n")),
{Select, Change} = ?ENCODER:encode_helper(type, KeyWord),
{Type, Fetch2} = get_param(type, {Select, Change, [B || {out, B} <- Bind], Fetch}),
Expand Down

0 comments on commit 3463de9

Please sign in to comment.