Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tds/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ defmodule Tds.Protocol do
server =
data
|> String.split(";;")
|> Enum.slice(0..-2//-1)
|> Enum.slice(0..-2//1)
Comment thread
josevalim marked this conversation as resolved.
Outdated
|> Enum.reduce([], fn str, acc ->
server =
str
Expand Down