GetDefaultSchemaSQL returns the default schema SQL for tests
()
| 32 | |
| 33 | // GetDefaultSchemaSQL returns the default schema SQL for tests |
| 34 | func GetDefaultSchemaSQL() string { |
| 35 | return defaultSchemaSQL |
| 36 | } |
| 37 | |
| 38 | // MustScan scans the given row and fails a test in case of any errors |
| 39 | func MustScan(t *testing.T, message string, row *sql.Row, args ...interface{}) { |
no outgoing calls
no test coverage detected