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

fix:修复json字段写入字符串null的bug #516

Merged
merged 1 commit into from Jan 11, 2024

Conversation

liuqiandev
Copy link
Contributor

mysql中json字段默认值为null的情况下,设置json字段会出现写入字符串null的情况

mysql中json字段默认值为null的情况下,设置json字段会出现写入字符串null的情况
@codecov-commenter
Copy link

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (7b0b8ea) 12.24% compared to head (1db43d4) 12.24%.

Files Patch % Lines
src/db/Builder.php 33.33% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                3.0     #516      +/-   ##
============================================
- Coverage     12.24%   12.24%   -0.01%     
  Complexity     2965     2965              
============================================
  Files            64       64              
  Lines          7128     7129       +1     
============================================
  Hits            873      873              
- Misses         6255     6256       +1     
Flag Coverage Δ
unittests 12.24% <33.33%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liu21st liu21st merged commit 99cee09 into top-think:3.0 Jan 11, 2024
4 of 5 checks passed
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.

None yet

3 participants