JeremyHi
|
519b1d0757
|
feat: support batch ddl (#135)
* feat: support batch create table
* feat: ddl batch
* feat: batch ddl task
* feat: response table ids
|
2024-01-22 15:39:21 +09:00 |
|
Vanish
|
e665c9ff3e
|
feat: truncate table (#70)
|
2023-07-20 16:48:54 +08:00 |
|
LFC
|
b3039bef25
|
refactor: using table id in RouteRequest and DeleteRequest (#61)
* refactor: using table id in RouteRequest and DeleteRequest
|
2023-07-12 17:46:50 +08:00 |
|
Weny Xu
|
917ead6274
|
feat: Add DropTableTask, AlterTableTask (#54)
* feat: use type instead of pb bytes
* feat: add table_info to CreateTableTask
* fix: remove unused fields
* feat: bring create route method back
* feat: add table_id in SubmitDdlTaskResponse
* feat: add drop table task
* feat: add alter table task
* chore: allow large_enum_variant
* chore: apply suggestions from CR
|
2023-07-06 11:55:09 +08:00 |
|
Weny Xu
|
f82201d712
|
feat: add ddl task service (#53)
* feat: add ddl task service
* chore: apply suggestions from CR
* chore: add path to build.rs
|
2023-06-28 16:21:47 +09:00 |
|