Skip to content

Commit

Permalink
Merge pull request #98 from JohnTitor/fix-typo-retrieve
Browse files Browse the repository at this point in the history
Fix a "retrives" typo
  • Loading branch information
kazegusuri committed Sep 7, 2022
2 parents c6e9bc3 + ea2b8fb commit 720a8eb
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion templates/index.go.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func Find{{ .FuncName }}(ctx context.Context, db YORODB{{ gocustomparamlist .Fie

// Read{{ .FuncName }} retrieves multiples rows from '{{ $table }}' by KeySet as a slice.
//
// This does not retrives all columns of '{{ $table }}' because an index has only columns
// This does not retrieve all columns of '{{ $table }}' because an index has only columns
// used for primary key, index key and storing columns. If you need more columns, add storing
// columns or Read by primary key or Query with join.
//
Expand Down
8 changes: 4 additions & 4 deletions test/testmodels/customtypes/compositeprimarykey.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test/testmodels/customtypes/fulltype.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/testmodels/customtypes/snakecase.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions test/testmodels/default/compositeprimarykey.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test/testmodels/default/fulltype.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/testmodels/default/snakecase.yo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions test/testmodels/single/single_file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 720a8eb

Please sign in to comment.