-
Notifications
You must be signed in to change notification settings - Fork 131
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
NEOS-1464 Support MYSQL Bit, Date and Json types #2723
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2723 +/- ##
==========================================
+ Coverage 36.66% 36.86% +0.19%
==========================================
Files 274 276 +2
Lines 25737 25822 +85
==========================================
+ Hits 9437 9519 +82
+ Misses 15031 15026 -5
- Partials 1269 1277 +8 ☔ View full report in Codecov by Sentry. |
} else if gotypeutil.IsMap(a) { | ||
bits, err := gotypeutil.MapToJson(a) | ||
if err != nil { | ||
gval = append(gval, a) |
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.
log the err yo
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.
🚢
No description provided.