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

修复有多个主键的表在生成模型时,主键顺序可能不正确 #584

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

Yurunsoft
Copy link
Member

fix #583

@Yurunsoft Yurunsoft added bug Something isn't working 2.1 labels Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02% ⚠️

Comparison is base (c2a8802) 65.52% compared to head (bc0b43f) 65.51%.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.1     #584      +/-   ##
============================================
- Coverage     65.52%   65.51%   -0.02%     
+ Complexity    11235    11232       -3     
============================================
  Files           893      893              
  Lines         30607    30607              
============================================
- Hits          20056    20051       -5     
- Misses        10551    10556       +5     
Files Changed Coverage Δ
...onents/pgsql/src/Model/Cli/Model/ModelGenerate.php 0.00% <0.00%> (ø)
src/Model/Cli/Model/ModelGenerate.php 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@Yurunsoft Yurunsoft merged commit 7f1f53a into 2.1 Sep 8, 2023
52 of 55 checks passed
@Yurunsoft Yurunsoft deleted the fix-583 branch September 8, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

模型获取复合主键排序问题
1 participant