Chat2DB icon indicating copy to clipboard operation
Chat2DB copied to clipboard

Bug: clickhouse 无法获取engine = Memory的表

Open PulLa1 opened this issue 1 year ago • 2 comments

Chat2DB Version

3.1.11

Describe the bug

clickhouse数据源,左边侧边栏无法查询到engine是memory的表

create table order
(
    Order_Id      Nullable(String)
)
    engine = Memory;

PulLa1 avatar Dec 14 '23 09:12 PulLa1

I want to fix this bug. Can you assign it to me?

PulLa1 avatar Dec 14 '23 09:12 PulLa1

It’s fixed, just submit a pr

JerryFan626 avatar Dec 14 '23 09:12 JerryFan626