Chat2DB
Chat2DB copied to clipboard
Bug: clickhouse 无法获取engine = Memory的表
Chat2DB Version
3.1.11
Describe the bug
clickhouse数据源,左边侧边栏无法查询到engine是memory的表
create table order
(
Order_Id Nullable(String)
)
engine = Memory;
I want to fix this bug. Can you assign it to me?
It’s fixed, just submit a pr