Skip to content

Commit

Permalink
LOAD chsql_native in alias mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 2, 2025
1 parent 01d9953 commit 0bea03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Quack(appFlags model.CommandLineFlags, query string, stdin bool, params str
check(db.ExecContext(context.Background(), "SET autoinstall_known_extensions=1;"))
check(db.ExecContext(context.Background(), "SET autoload_known_extensions=1;"))
if alias {
check(db.ExecContext(context.Background(), "LOAD chsql;"))
check(db.ExecContext(context.Background(), "LOAD chsql; LOAD chsql_native;"))
}
}

Expand Down

0 comments on commit 0bea03c

Please sign in to comment.