MCPcopy Create free account
hub / github.com/bytebase/bytebase / TestGetStatementWithResultLimit

Function TestGetStatementWithResultLimit

backend/plugin/db/mssql/query_test.go:15–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

13)
14
15func TestGetStatementWithResultLimit(t *testing.T) {
16 runLimitTest(t, "test_limit.yaml", false /* record */)
17}
18
19type limitTestData struct {
20 Stmt string `yaml:"stmt"`

Callers

nothing calls this directly

Calls 1

runLimitTestFunction · 0.70

Tested by

no test coverage detected