Skip to content

int32 в индексе #48

@ZUBAT

Description

@ZUBAT

tarantool.select(spaceId: Number or String, indexId: Number or String, limit: Number, offset: Number, iterator: Iterator, key: tuple)
ключ для индекса не позволяет выполнить поиск по значению больше чем int32
connection.select('chat', 'primary', 20, 0, 'lt', [2147483648])

UnhandledPromiseRejectionWarning: TarantoolError: Supplied key type of part 0 does not match index part type: expected unsigned
connection.select('chat', 'primary', 20, 0, 'lt', [2147483647]) - работает нормально

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions