-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get more type information from file parser #246
base: main
Are you sure you want to change the base?
Conversation
@@ -41,6 +41,19 @@ | |||
return s.PKFieldIndex >= 0 | |||
} | |||
|
|||
func (s *StructInfo) IsIntPK() bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Optional linters] reported by reviewdog 🐶
exported method StructInfo.IsIntPK
should have comment or be unexported (golint)
Codecov Report
@@ Coverage Diff @@
## main #246 +/- ##
==========================================
- Coverage 68.08% 67.68% -0.40%
==========================================
Files 19 19
Lines 1720 1730 +10
==========================================
Hits 1171 1171
- Misses 491 501 +10
Partials 58 58
Continue to review full report at Codecov.
|
When will this go into release? |
@@ -121,6 +121,19 @@ | |||
return s.PKFieldIndex >= 0 | |||
} | |||
|
|||
func (s *StructInfo) IsIntPK() bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [Optional linters] reported by reviewdog 🐶
exported method StructInfo.IsIntPK
should have comment or be unexported (golint)
a98682c
to
821dd24
Compare
No description provided.