Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Sep 10, 2020

No description provided.

@@ -41,6 +41,19 @@
return s.PKFieldIndex >= 0
}

func (s *StructInfo) IsIntPK() bool {
Copy link
Member

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)

@AlekSi AlekSi changed the title Testing testing 1 2 3 Make go vet happy Sep 10, 2020
@AlekSi AlekSi added this to the v1.4.2 milestone Sep 10, 2020
@AlekSi AlekSi added the bug label Sep 10, 2020
@AlekSi AlekSi self-assigned this Sep 10, 2020
@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #246 (821dd24) into main (c76e205) will decrease coverage by 0.39%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
parse/base.go 72.56% <0.00%> (-7.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c76e205...821dd24. Read the comment docs.

@AlekSi AlekSi modified the milestones: v1.4.2, v1.5.0 Sep 14, 2020
@skamenetskiy
Copy link

When will this go into release?

@AlekSi AlekSi modified the milestones: v1.6.0, v1.5.0 Oct 9, 2020
@@ -121,6 +121,19 @@
return s.PKFieldIndex >= 0
}

func (s *StructInfo) IsIntPK() bool {
Copy link
Member

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)

@AlekSi AlekSi changed the title Make go vet happy Get more type information from file parser Dec 8, 2020
@AlekSi AlekSi modified the milestones: v1.5.0, v1.6.0 Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants