We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cacea commit e38abadCopy full SHA for e38abad
2 files changed
.github/workflows/adoc-review.yml
@@ -70,4 +70,4 @@ jobs:
70
71
- name: Check internal links
72
run: |
73
- find . \( -name "*.adoc" -o -name "*.asciidoc" \) | xargs -I {} asciidoc-link-check -c .asciidoc-link-check.json {}
+ find . \( -name "*.adoc" -o -name "*.asciidoc" \) | xargs -I {} npx asciidoc-link-check -c .asciidoc-link-check.json {}
CN/modules/ROOT/pages/master/6.3.5.adoc
@@ -20,6 +20,8 @@ IvorySQL提供了兼容Oracle的NLS参数功能,包含如下参数。
20
|nls_currency | 兼容Oracle的同名参数,指定显示本地货币的符号,对应数字字符串格式中占位符L。
21
|====
22
23
+
24
25
== 实现原理
26
27
=== nls_length_semantics参数
0 commit comments