dialect/sql: support scanning extra nullable time columns (#4232)

This commit is contained in:
Ariel Mashraki
2024-10-05 11:03:53 +03:00
committed by GitHub
parent 0c74e8ee0d
commit 9627017062
18 changed files with 581 additions and 27 deletions

View File

@@ -2450,7 +2450,6 @@ func TestQueryNodesSchema(t *testing.T) {
AddRow(1, 10, nil, nil, nil).
AddRow(2, 20, "", 0, 0).
AddRow(3, 30, "a8m", 1, 1))
var (
users []*user
spec = &QuerySpec{