Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composite Index from Map #475

Open
serg-2 opened this issue Feb 17, 2024 · 0 comments
Open

Composite Index from Map #475

serg-2 opened this issue Feb 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@serg-2
Copy link

serg-2 commented Feb 17, 2024

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

@dkasimovskiy dkasimovskiy added the bug Something isn't working label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants