mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
✨ improve clickhouse driver
This commit is contained in:
@ -240,4 +240,5 @@ func TestDriver_TableFields(t *testing.T) {
|
||||
field, err := connect.TableFields(context.Background(), "visits")
|
||||
gtest.AssertNil(err)
|
||||
gtest.AssertEQ(len(field), 4)
|
||||
gtest.AssertNQ(field, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user