feat: add preliminary json support for qrm_pgx. - #495
Conversation
|
@go-jet Something like this? |
|
Self reminder on the query, args := stmt.Sql()
_, err := qrm.QueryPGX(ctx, r.db, query, args, row)
if err != nil {
return err
}
return nilWe want to make a |
Yeah, looks good. |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## pgx #495 +/- ##
==========================================
- Coverage 90.94% 90.39% -0.55%
==========================================
Files 137 137
Lines 8422 8473 +51
==========================================
Hits 7659 7659
- Misses 574 625 +51
Partials 189 189 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.