Skip to content

Commit

Permalink
LOAD chsql on alias param
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jul 10, 2024
1 parent 12c7df7 commit 356b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quackpipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func quack(query string, stdin bool, format string, params string, hashdb string
}

if (alias) {
check(db.ExecContext(context.Background(), "INSTALL chsql FROM community; LOAD chsql;"))
check(db.ExecContext(context.Background(), "LOAD chsql;"))
}

if (md) && (motherduck != "") {
Expand Down

0 comments on commit 356b7ca

Please sign in to comment.