-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathold_version_shardingsphere
32 lines (26 loc) · 1.96 KB
/
old_version_shardingsphere
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
commit 88af3af5ddf7831e02fa40df736a2e39aa5b1501
Author: duanzhengqiang <[email protected]>
Date: Mon Mar 24 18:42:16 2025 +0800
Minor refactor for SQLFederationEngine and add SQLFederationProcessor interface
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.cn.md b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
index 175b6d1b63d..34c7eb4f443 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
@@ -201,7 +201,7 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
|-------------|-----------|---------------------------------------------------------|
| 20100 | 42000 | Unsupported SQL node conversion for SQL statement '%s'. |
| 20101 | 42000 | SQL federation does not support SQL '%s'. |
-| 20102 | 42S02 | SQL federation schema not found SQL '%s'. |
+| 20102 | 42S02 | SQL federation schema '%s' not found in SQL '%s'. |
### 读写分离
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.en.md b/docs/document/content/user-manual/error-code/sql-error-code.en.md
index 5256c81a39d..c99ee23f7a9 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.en.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.en.md
@@ -201,7 +201,7 @@ SQL error codes provide by standard `SQL State`, `Vendor Code` and `Reason`, whi
|-------------|-----------|---------------------------------------------------------|
| 20100 | 42000 | Unsupported SQL node conversion for SQL statement '%s'. |
| 20101 | 42000 | SQL federation does not support SQL '%s'. |
-| 20102 | 42S02 | SQL federation schema not found SQL '%s'. |
+| 20102 | 42S02 | SQL federation schema '%s' not found in SQL '%s'. |
### Readwrite-splitting