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

gf-cli Bug of generating Dao file of MSSQL #1818

Merged
merged 3 commits into from
May 11, 2022
Merged

gf-cli Bug of generating Dao file of MSSQL #1818

merged 3 commits into from
May 11, 2022

Conversation

wenzi1
Copy link
Member

@wenzi1 wenzi1 commented May 11, 2022

[mssql中的TableFields产生的field的key是小写的,gdb.TableField.Name是大写的导致生成dao文件失败 bug #1780

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

Merging #1818 (89f77a2) into develop (583d576) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1818      +/-   ##
===========================================
- Coverage    71.19%   71.09%   -0.10%     
===========================================
  Files          463      465       +2     
  Lines        43534    43891     +357     
===========================================
+ Hits         30993    31204     +211     
- Misses       10564    10676     +112     
- Partials      1977     2011      +34     
Flag Coverage Δ
go-1.15 71.06% <ø> (-0.10%) ⬇️
go-1.16 71.05% <ø> (-0.14%) ⬇️
go-1.17 71.07% <ø> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
database/gdb/gdb.go 60.33% <0.00%> (-12.21%) ⬇️
database/gdb/gdb_core_utility.go 53.43% <0.00%> (-3.48%) ⬇️
database/gdb/gdb_core.go 68.27% <0.00%> (-2.64%) ⬇️
os/gcron/gcron_z_unit_schedule.go 67.09% <0.00%> (-0.43%) ⬇️
database/gdb/gdb_default_driver.go 7.69% <0.00%> (ø)
os/gcron/gcron_schedule.go 67.09% <0.00%> (ø)
container/gset/gset_str_set.go 93.31% <0.00%> (+2.62%) ⬆️
net/gtcp/gtcp_pool.go 38.63% <0.00%> (+4.54%) ⬆️

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 583d576...89f77a2. Read the comment docs.

@gqcn gqcn merged commit 0826f8b into gogf:develop May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants