-
Notifications
You must be signed in to change notification settings - Fork 90
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
Export driver #177
Export driver #177
Conversation
clickhouse.go
Outdated
@@ -6,15 +6,15 @@ import ( | |||
) | |||
|
|||
func init() { | |||
sql.Register("chhttp", new(chDriver)) | |||
sql.Register("chhttp", new(ChDriver)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update tests and examples
I checked the failing tests but couldn't find any relation between my pr. Do you know what is the issue in there? @DoubleDi |
@cemezgin please update to the latest master branch. The tests are fixed there |
README.md
Outdated
@@ -267,6 +267,11 @@ func main() { | |||
} | |||
} | |||
``` | |||
Use with trace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add reference link to sqltrace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay I put a full datadog tracing example
Thanks for your contribution! |
Exporting driver to enable sqltrace integration