Commit 02d13ba
File tree
Expand file treeCollapse file tree
11 files changed
+278
-573
lines changedFilter options
- console/src
- components
- Common/utils
- Services
- Data
- Add
- Function
- RawSQL
- Schema
- TableModify
- EventTrigger
- telemetry
Expand file treeCollapse file tree
11 files changed
+278
-573
lines changedconsole/src/components/Common/utils/sqlUtils.js
Copy file name to clipboardExpand all lines: console/src/components/Common/utils/sqlUtils.js+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
console/src/components/Common/utils/v1QueryUtils.js
Copy file name to clipboardExpand all lines: console/src/components/Common/utils/v1QueryUtils.js+29-1Lines changed: 29 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
4 | 6 |
|
5 |
| - |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
| ||
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
console/src/components/Services/Data/Add/AddActions.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/Add/AddActions.js+4-14Lines changed: 4 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
315 | 316 |
|
316 | 317 |
|
317 | 318 |
|
318 |
| - |
319 |
| - |
320 |
| - |
321 |
| - |
| 319 | + |
322 | 320 |
|
323 | 321 |
|
324 |
| - |
325 |
| - |
326 |
| - |
327 |
| - |
| 322 | + |
328 | 323 |
|
329 | 324 |
|
330 | 325 |
|
| ||
345 | 340 |
|
346 | 341 |
|
347 | 342 |
|
348 |
| - |
349 |
| - |
350 |
| - |
351 |
| - |
352 |
| - |
353 |
| - |
| 343 | + |
354 | 344 |
|
355 | 345 |
|
356 | 346 |
|
|
console/src/components/Services/Data/DataActions.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/DataActions.js+12-22Lines changed: 12 additions & 22 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
547 | 548 |
|
548 | 549 |
|
549 | 550 |
|
550 |
| - |
551 |
| - |
552 |
| - |
553 |
| - |
554 |
| - |
555 |
| - |
556 |
| - |
557 |
| - |
558 |
| - |
559 |
| - |
560 |
| - |
561 |
| - |
562 |
| - |
563 |
| - |
564 |
| - |
565 |
| - |
566 |
| - |
567 |
| - |
568 |
| - |
569 |
| - |
570 |
| - |
571 |
| - |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
572 | 562 |
|
573 | 563 |
|
574 | 564 |
|
|
console/src/components/Services/Data/Function/customFunctionReducer.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/Function/customFunctionReducer.js+3-10Lines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
193 | 194 |
|
194 | 195 |
|
195 | 196 |
|
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
| 197 | + |
202 | 198 |
|
203 | 199 |
|
204 | 200 |
|
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
| 201 | + |
209 | 202 |
|
210 | 203 |
|
211 | 204 |
|
|
console/src/components/Services/Data/RawSQL/Actions.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/RawSQL/Actions.js+2-10Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
| 47 | + |
56 | 48 |
|
57 | 49 |
|
58 | 50 |
|
|
console/src/components/Services/Data/Schema/Actions.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/Schema/Actions.js+4-24Lines changed: 4 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
| 23 | + |
30 | 24 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
| 25 | + |
39 | 26 |
|
40 | 27 |
|
41 | 28 |
|
| ||
86 | 73 |
|
87 | 74 |
|
88 | 75 |
|
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
| 76 | + |
97 | 77 |
|
98 | 78 |
|
99 | 79 |
|
|
0 commit comments