Skip to content

Commit

Permalink
Merge 40ee60a into f16ee58
Browse files Browse the repository at this point in the history
  • Loading branch information
kvap committed Oct 10, 2018
2 parents f16ee58 + 40ee60a commit 0ae53c2
Show file tree
Hide file tree
Showing 13 changed files with 1,182 additions and 291 deletions.
2 changes: 1 addition & 1 deletion conn_go18_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (s *connSuite) TestColumnTypes() {
s.Require().NoError(err)
expected := []string{
"Int64", "UInt64", "Float64", "String", "String", "Array(Int16)", "Array(UInt8)", "Date", "DateTime",
`Enum8(\'one\' = 1, \'two\' = 2, \'three\' = 3)`,
"Enum8('one' = 1, 'two' = 2, 'three' = 3)",
}
s.Require().Equal(len(expected), len(types))
for i, e := range expected {
Expand Down
Loading

0 comments on commit 0ae53c2

Please sign in to comment.