Skip to content

Data with duplicate keys are not loaded #18

@tarasovdg

Description

@tarasovdg

A clickhouse may have entries with the same primary keys. And the alchemy in this line eliminates duplicates:

collection = query.all()

For such a case, I think you need to override the all method and use something like session.execute(query).fetchall()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions