MCPcopy Create free account
hub / github.com/go-pg/pg / updateQueryStringOmitZero

Function updateQueryStringOmitZero

orm/update_test.go:261–265  ·  view source on GitHub ↗
(q *Query)

Source from the content-addressed store, hash-verified

259}
260
261func updateQueryStringOmitZero(q *Query) string {
262 upd := NewUpdateQuery(q, true)
263 s := queryString(upd)
264 return s
265}

Callers 1

update_test.goFile · 0.85

Calls 2

NewUpdateQueryFunction · 0.85
queryStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…