Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
knz committed Feb 10, 2016
1 parent 59b4003 commit 76c9e57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func runStatements(db *sql.DB, stmts []string) error {
fullStmt := stmt + "\n"
cols, allRows, err := runQuery(db, fullStmt)
if err != nil {
fmt.Fprintln(osStderr, err)
return err
}

Expand Down

0 comments on commit 76c9e57

Please sign in to comment.