Skip to content

Commit

Permalink
Merge pull request #4 from mailru/fix-issue-3
Browse files Browse the repository at this point in the history
Use long format name instead of alias #3
  • Loading branch information
bgaifullin committed Aug 8, 2017
2 parents 463ccdb + 5277bd2 commit b0e2191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func newConn(cfg *Config) *conn {
logger = log.New(os.Stderr, "clickhouse: ", log.LstdFlags)
}
c := &conn{
url: cfg.url(map[string]string{"default_format": "TSVWithNamesAndTypes"}, false),
url: cfg.url(map[string]string{"default_format": "TabSeparatedWithNamesAndTypes"}, false),
location: cfg.Location,
transport: &http.Transport{
DialContext: (&net.Dialer{
Expand Down

0 comments on commit b0e2191

Please sign in to comment.