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

[2pt] Document that is_multikey func opt may be passed without sub-table #2507

Closed
Tracked by #2588
TarantoolBot opened this issue Dec 20, 2021 · 0 comments · Fixed by #2733
Closed
Tracked by #2588

[2pt] Document that is_multikey func opt may be passed without sub-table #2507

TarantoolBot opened this issue Dec 20, 2021 · 0 comments · Fixed by #2733
Assignees
Labels
add details [nature] More details needed, some info missing. Documentation is incomplete. reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Dec 20, 2021

Product: Tarantool
Since: 2.10.0-beta2
Root document:

SME: @ locker

Details

It's not necessary anymore to wrap is_multikey in opts table when
creating a function:

box.schema.func.create('my_func', {is_multikey = true})

is equivalent to

box.schema.func.create('my_func', {opts = {is_multikey = true}})

which still works, but deprecated.

Pease update this documentation entry.

Requested by @locker in tarantool/tarantool@66f5368

ToDo

@veod32 veod32 added this to the Estimate [@veod32] milestone Jan 11, 2022
@veod32 veod32 changed the title Document that is_multikey func opt may be passed without sub-table [3pt] Document that is_multikey func opt may be passed without sub-table Jan 13, 2022
@veod32 veod32 added server [area] Task relates to Tarantool's server (core) functionality reference [location] Tarantool manual, Reference part behavior change [nature] Сhange in existing behavior labels Jan 13, 2022
@veod32 veod32 changed the title [3pt] Document that is_multikey func opt may be passed without sub-table [2pt] Document that is_multikey func opt may be passed without sub-table Jan 24, 2022
@veod32 veod32 added the 2sp label Jan 27, 2022
@veod32 veod32 removed this from the Estimate [@veod32] milestone Jan 27, 2022
@veod32 veod32 self-assigned this Mar 2, 2022
@veod32 veod32 added add details [nature] More details needed, some info missing. Documentation is incomplete. and removed behavior change [nature] Сhange in existing behavior labels Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add details [nature] More details needed, some info missing. Documentation is incomplete. reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants