MCPcopy
hub / github.com/jmoiron/sqlx / Errorf

Method Errorf

named_test.go:117–122  ·  view source on GitHub ↗
(err error, format string, args ...interface{})

Source from the content-addressed store, hash-verified

115}
116
117func (t Test) Errorf(err error, format string, args ...interface{}) {
118 t.t.Helper()
119 if err != nil {
120 t.t.Errorf(format, args...)
121 }
122}
123
124func TestEscapedColons(t *testing.T) {
125 t.Skip("not sure it is possible to support this in general case without an SQL parser")

Callers 15

TestNamedContextQueriesFunction · 0.80
TestCompileQueryFunction · 0.80
TestNamedQueriesFunction · 0.80
TestFixBoundsFunction · 0.80
StructScanMethod · 0.80
scanAnyMethod · 0.80
structOnlyErrorFunction · 0.80
scanAllFunction · 0.80
baseTypeFunction · 0.80
bindArgsFunction · 0.80
bindMapArgsFunction · 0.80
bindArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected