Skip to content

Possible doku bug in DataTypes #44

@shinguz

Description

@shinguz

https://clickhouse.yandex/reference_en.html#Data%20types
FixedString(N)

When reading a string that contains more bytes, an error message is returned.
When writing a string, null bytes are not trimmed off of the end of the string, but are output.

I assume this should be:

When writing a string that contains more bytes, an error message is returned.
When reading a string, null bytes are not trimmed off of the end of the string, but are output.

Regards,
Oli

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