Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy authored Jul 19, 2022
1 parent 1e1b208 commit 2070907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import (

func main() {

stmt, err := zetasql.ParseStatement("SELECT * FROM Samples WHERE id = 1")
stmt, err := zetasql.ParseStatement("SELECT * FROM Samples WHERE id = 1", nil)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 2070907

Please sign in to comment.