Skip to content

Composite Index from Map #475

@serg-2

Description

@serg-2

Can't connect to instance of tarantool if any space like this exists:

box.schema.space.create('test')
box.space.test:format({
{ name = 'id', type = 'unsigned', is_nullable = false },
{ name = 'name', type = 'map' , is_nullable = false}
})
box.space.test:create_index('super_index',
{type = 'tree',
parts = {
{'name.field1','str'},
{'name.field2','unsigned'}
},
unique = false
})

Exception: Duplicate key

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions