-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: adds time zone setting for JDBC #988
Conversation
Deploying greptime-docs with Cloudflare Pages
|
@@ -36,6 +36,8 @@ Use following connect string for your JDBC client. | |||
jdbc:mysql://<host>:4002/<dbname>?user=<username>&password=<password> | |||
``` | |||
|
|||
Read the [time zone setting](/user-guide/client-libraries/java#time-zone) for JDBC. |
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.
Read the [time zone setting](/user-guide/client-libraries/java#time-zone) for JDBC. | |
Read the [time zone setting](https://docs.greptime.com/user-guide/client-libraries/java#time-zone) for JDBC. |
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.
Why we need to pin the latest version here? I suppose the same version should work?
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.
These documents are displayed at https://greptime.cloud, so the internal links will not work.
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.
Got it.
What's Changed in this PR
Document for GreptimeTeam/greptimedb#3887
Related PR GreptimeTeam/greptimedb#4064
Checklist
summary.yml
matches the current document structure when you changed the document structure.