zhaodongsheng
5ba401addf
(fixed)listColumnsBySql from get to Post (#1683)
* refactor(headless): 使用 ColumnReq 请求对象替换 getColumnsBySql引入 ColumnReq 请求对象以统一请求参数,并在 DatabaseController 中替换 getColumnsBySql 方法以使用此对象。相应地,更新 service.ts 中的函数以匹配新端点 listColumnsBySql,并在 SqlDetail.tsx 中调用更新后的函数。
* fix(SemanticModel): 更改listColumnsBySql函数的实现,将请求方法从GET更改为POST,
2024-09-19 11:47:12 +08:00
..
2024-05-24 17:08:10 +08:00
2023-08-05 22:17:42 +08:00
2024-07-06 23:29:33 +08:00
2024-05-24 17:08:10 +08:00
2023-06-12 18:44:01 +08:00
2024-05-24 17:08:10 +08:00
2024-05-24 17:08:10 +08:00
2024-09-19 11:47:12 +08:00
2024-05-24 17:08:10 +08:00
2024-07-06 23:29:33 +08:00
2024-05-24 17:08:10 +08:00
2024-05-31 17:55:45 +08:00
2024-07-19 19:09:46 +08:00
2023-06-12 18:44:01 +08:00
2023-06-12 18:44:01 +08:00
2023-06-12 18:44:01 +08:00
2023-12-20 16:49:26 +08:00