Skip to content

Commit

Permalink
Merge pull request #139 from erlangbureau/stage
Browse files Browse the repository at this point in the history
Update jamdb_oracle_conn.erl
  • Loading branch information
vstavskyi authored May 6, 2023
2 parents 7c79434 + 3463de9 commit 0949f39
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 0949f39

Please sign in to comment.