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

Function TestStandardSplitSQL

backend/plugin/parser/standard/split_test.go:14–18  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

12)
13
14func TestStandardSplitSQL(t *testing.T) {
15 base.RunSplitTests(t, "test-data/test_split.yaml", base.SplitTestOptions{
16 SplitFunc: SplitSQL,
17 })
18}
19
20func generateOneMBInsert() string {
21 letterList := []byte("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")

Callers

nothing calls this directly

Calls 1

RunSplitTestsFunction · 0.92

Tested by

no test coverage detected