Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added auth in clickhouse #259

Merged
merged 22 commits into from
Oct 30, 2023
Merged

added auth in clickhouse #259

merged 22 commits into from
Oct 30, 2023

Conversation

Nithunikzz
Copy link
Collaborator

No description provided.

@@ -22,35 +22,26 @@ func OpenClickHouseConn() (*sql.DB, *Config, error) {
if err != nil {
return nil, nil, err
}
//var conn clickhouse.Options
var conns clickhouse.Options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the name from conns to options

Copy link
Contributor

@vijeyash1 vijeyash1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the name

@vijeyash1 vijeyash1 merged commit 19e1adf into main Oct 30, 2023
10 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants