Skip to content

Commit

Permalink
Merge pull request #70 from AlekSi/array-bug
Browse files Browse the repository at this point in the history
Expose a bug in 1.2.2
  • Loading branch information
kshvakov authored Sep 11, 2017
2 parents 58c555f + d3dea1d commit d76698f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions issues_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ func Test_Issue38_uint64_support(t *testing.T) {
`
dml = `
INSERT INTO clickhouse_test_uint64_support (
A,
B,
A,
B,
C
) VALUES (
?,
?,
?,
?,
?
)
`
query = `
SELECT
A,
B,
SELECT
A,
B,
C
FROM clickhouse_test_uint64_support
`
Expand Down

0 comments on commit d76698f

Please sign in to comment.