mirror of
https://github.com/ent/ent.git
synced 2026-04-29 22:20:54 +03:00
dialect/sql: support scanning extra nullable time columns (#4232)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user