Skip to content

Unable to insert data of Map. #145

@lovelytan

Description

@lovelytan
CREATE TABLE IF NOT EXISTS db_ide.test (
    id Int8,
    data Map(String, String)
) ENGINE = MergeTree
ORDER BY (id);
  await clickhouse.insert(
    `insert into db.test (id, data)`,
    {
      id: 11,
      data: {a : '123'}
    }
  ).toPromise()

result: Failed to insert data. it's empty in database;

ps. this merge resolved #123

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions