Skip to content

Commit

Permalink
dialect/sql/schema: hello ariga.io/atlas (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Jan 20, 2022
1 parent 0559043 commit 60e0328
Show file tree
Hide file tree
Showing 13 changed files with 1,643 additions and 73 deletions.
7 changes: 0 additions & 7 deletions dialect/gremlin/encoding/graphson/slice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ func TestDecodeSlice(t *testing.T) {
}`,
want: [...]byte{42, 55},
},
{
in: `{
"@type": "g:List",
"@value": null
}`,
want: []int(nil),
},
}

for _, tc := range tests {
Expand Down

0 comments on commit 60e0328

Please sign in to comment.