- Notifications
You must be signed in to change notification settings - Fork66
Commit0fca57d
feat: support drop table statement (#218)
* feat: support drop table statement* test: server should add drop as a candidate* fix: create drop statement type and use it on server* ref: renmae statement interface and remove db from it---------Co-authored-by: ravime <ravime@g.globo>1 parent7c474f7 commit0fca57d
File tree
8 files changed
+1379
-878
lines changed- packages
- server
- src/complete
- test
- sql-parser
- base
- test
8 files changed
+1379
-878
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
285 | 292 |
| |
286 | 293 |
| |
287 | 294 |
| |
| |||
339 | 346 |
| |
340 | 347 |
| |
341 | 348 |
| |
| 349 | + | |
| 350 | + | |
342 | 351 |
| |
343 | 352 |
| |
344 | 353 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
132 | 139 |
| |
133 | 140 |
| |
134 | 141 |
| |
| |||
983 | 990 |
| |
984 | 991 |
| |
985 | 992 |
| |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + |
0 commit comments
Comments
(0)