Skip to content

Commit

Permalink
cr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku committed Oct 15, 2024
1 parent 7f2f5db commit 518ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@ defmodule Postgrex.Protocol do
end

defp parse_describe_comment_msgs(query, comment, tail) when is_binary(comment) do
statement = query.statement <> "/*#{comment}*/"
statement = [query.statement, "/*", comment, "*/"]
query = %{query | statement: statement}
parse_describe_msgs(query, tail)
end
Expand Down

0 comments on commit 518ee8f

Please sign in to comment.