Skip to content

Unable to insert data of Map. #145

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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