We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product: Tarantool Since: 2.7.1 Audience/target: Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space SME: @mary3000 Peer reviewer: @
Documentation needs to be updated according to tarantool/tarantool#2866:
Previously accepted formats of index parts:
parts = {field1, type1, field2, type2} -- or parts = {{field1, type1, ...}, {field2, type2, ...}}
Now it is allowed to write without extra brace if there is one part only:
parts = {field1, type1, ...}
The text was updated successfully, but these errors were encountered:
fixes gh-1737 describe the new way to write 'parts' option while crea…
aa3ed3c
…ting indexes
Merge branch 'latest' into onvember/gh-1737
3fdddb5
59c50eb
…ting indexes (#2025) * fixes gh-1737 describe the new way to write 'parts' option while creating indexes
Onvember
Successfully merging a pull request may close this issue.
New way to define index parts
Product: Tarantool
Since: 2.7.1
Audience/target:
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space
SME: @mary3000
Peer reviewer: @
Documentation needs to be updated according to tarantool/tarantool#2866:
Previously accepted formats of index parts:
Now it is allowed to write without extra brace if there is one part only:
The text was updated successfully, but these errors were encountered: