MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Error

Method Error

pkg/transform/transform.go:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (e *ErrUnsupportedStatement) Error() string {
106 return fmt.Sprintf("transform %s: unsupported statement type %s", e.Transform, e.Got)
107}
108
109// parseSQL parses a full SQL statement and returns the first statement's AST.
110func parseSQL(sql string) (ast.Statement, error) {

Calls

no outgoing calls