We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd0670 commit a0caceaCopy full SHA for a0cacea
2 files changed
.github/workflows/adoc-review.yml
@@ -51,7 +51,7 @@ jobs:
51
node-version: '18'
52
53
- name: Install asciidoc-link-check
54
- run: npm install --save-dev asciidoc-link-check@1.17.0
+ run: npm install --save-dev asciidoc-link-check
55
56
- name: Create link check config
57
run: |
CN/modules/ROOT/pages/master/6.3.5.adoc
@@ -20,7 +20,6 @@ IvorySQL提供了兼容Oracle的NLS参数功能,包含如下参数。
20
|nls_currency | 兼容Oracle的同名参数,指定显示本地货币的符号,对应数字字符串格式中占位符L。
21
|====
22
23
-
24
== 实现原理
25
26
=== nls_length_semantics参数
0 commit comments