Scan group key improve.
This commit is contained in:
parent
1cb997fc54
commit
83a8b2b70f
2 changed files with 32 additions and 23 deletions
|
|
@ -154,7 +154,6 @@ func TestJoinQuerySlice(t *testing.T) {
|
|||
assert.NilError(t, err)
|
||||
assert.Equal(t, len(filmsPerLanguage), 1)
|
||||
assert.Equal(t, len(*filmsPerLanguage[0].Films), limit)
|
||||
|
||||
}
|
||||
|
||||
func TestJoinQuerySliceWithPtrs(t *testing.T) {
|
||||
|
|
@ -289,6 +288,8 @@ func TestSelectFullCrossJoin(t *testing.T) {
|
|||
|
||||
err = query.Execute(db, &customerAddresCrosJoined)
|
||||
|
||||
assert.Equal(t, len(customerAddresCrosJoined), 1000)
|
||||
|
||||
assert.NilError(t, err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue