-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add details for Hexadecimal Literals #5620
Conversation
@zoujia-cm Thanks for your contribution! Could you please sign the Contributor License Agreement for this PR to be merged? |
@XuHuaiyu, PTAL. |
literal-values.md
Outdated
@@ -169,7 +169,7 @@ X'1z' (z 不是合法的十六进制值) | |||
0X12AC (0X 必须用小写的 0x) | |||
``` | |||
|
|||
对于使用 `X'val'` 格式的十六进制字面值,`val` 必须要有一个数字,可以在前面补一个 0 来避免语法错误。 | |||
对于使用 `X'val'` 格式的十六进制字面值,`val` 必须要有一个数字,如果数字的长度是奇数(比如X'A',X'11A'),可以在前面补一个 0 来避免语法错误。 |
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.
数字的长度 --> val 的长度?
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.
数字的长度 --> val 的长度?
I have changed "数字的长度" to "val的长度".
@zoujia-cm, please update your pull request. |
@XuHuaiyu, PTAL. |
/cc @XuHuaiyu PTAL. |
/cc @XuHuaiyu PTAL |
cherry pick to release-2.1 in PR #6068 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #6069 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #6070 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #6071 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to master in PR #6072 |
/translation done |
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?