MCPcopy Create free account
hub / github.com/PerpetualSoftware/pad / JSONRemove

Method JSONRemove

internal/store/dialect.go:235–237  ·  view source on GitHub ↗
(column, key string)

Source from the content-addressed store, hash-verified

233}
234
235func (d *postgresDialect) JSONRemove(column, key string) string {
236 return fmt.Sprintf("(%s::jsonb - '%s')", column, key)
237}
238
239func (d *postgresDialect) Now() string {
240 return "(NOW() AT TIME ZONE 'UTC')"

Callers 1

TestPostgresDialectFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestPostgresDialectFunction · 0.76