Skip to content

Inconsistent return types in storage local_call for older Tarantool versions #630

Description

@kamenkremen

With older Tarantool versions, when a called function is not registered in the schema, it is called via netbox; otherwise, it is executed by a func.call. This creates inconsistency between return types because netbox converts return type from cdata to a lua type, whereas a direct func.call does not.

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