File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- module github.com/kyleconroy /teesql
1+ module github.com/sqlc-dev /teesql
22
33go 1.21
Original file line number Diff line number Diff line change 66 "fmt"
77 "strings"
88
9- "github.com/kyleconroy /teesql/ast"
9+ "github.com/sqlc-dev /teesql/ast"
1010)
1111
1212// jsonNode represents a generic JSON node from the AST JSON format.
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/kyleconroy /teesql/ast"
8+ "github.com/sqlc-dev /teesql/ast"
99)
1010
1111func (p * Parser ) parseRevertStatement () (* ast.RevertStatement , error ) {
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/kyleconroy /teesql/ast"
8+ "github.com/sqlc-dev /teesql/ast"
99)
1010
1111func (p * Parser ) parseInsertStatement () (ast.Statement , error ) {
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/kyleconroy /teesql/ast"
8+ "github.com/sqlc-dev /teesql/ast"
99)
1010
1111func (p * Parser ) parsePrintStatement () (* ast.PrintStatement , error ) {
Original file line number Diff line number Diff line change 66 "sort"
77 "strings"
88
9- "github.com/kyleconroy /teesql/ast"
9+ "github.com/sqlc-dev /teesql/ast"
1010)
1111
1212func (p * Parser ) parseDeclareVariableStatement () (ast.Statement , error ) {
Original file line number Diff line number Diff line change 77 "io"
88 "strings"
99
10- "github.com/kyleconroy /teesql/ast"
10+ "github.com/sqlc-dev /teesql/ast"
1111)
1212
1313// Parse parses T-SQL from the given reader and returns an AST Script.
You can’t perform that action at this time.
0 commit comments