(t *testing.T)
| 418 | } |
| 419 | |
| 420 | func TestRenderSetOperation_Nil(t *testing.T) { |
| 421 | var s *ast.SetOperation |
| 422 | if fmtStmt(s, ast.CompactStyle()) != "" { |
| 423 | t.Error("nil should return empty string") |
| 424 | } |
| 425 | } |
| 426 | |
| 427 | // ─── ALTER TABLE ───────────────────────────────────────────────────────────── |
| 428 |
nothing calls this directly
no test coverage detected