Remove QueryJson statements method to avoid potential misuse.
This commit is contained in:
parent
12c96116d0
commit
950b33191e
13 changed files with 125 additions and 143 deletions
|
|
@ -300,7 +300,7 @@ func TestUUIDComplex(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
err := jsonQuery.QueryJSON(ctx, db, &dest)
|
||||
err := jsonQuery.QueryContext(ctx, db, &dest)
|
||||
require.NoError(t, err)
|
||||
testutils.AssertJSON(t, dest, expectedSliceOfStructsLeftJoin)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue