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

Function updateQueryString

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

Source from the content-addressed store, hash-verified

253})
254
255func updateQueryString(q *Query) string {
256 upd := NewUpdateQuery(q, false)
257 s := queryString(upd)
258 return s
259}
260
261func updateQueryStringOmitZero(q *Query) string {
262 upd := NewUpdateQuery(q, true)

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…