MCPcopy
hub / github.com/sqldef/sqldef / Close

Method Close

database/dry_run.go:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (d *DryRunDatabase) Close() error {
41 if err := d.dryRunDB.Close(); err != nil {
42 return err
43 }
44 return d.wrapped.Close()
45}
46
47func (d *DryRunDatabase) GetDefaultSchema() string {
48 return d.wrapped.GetDefaultSchema()

Callers 1

RunFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected