tarantool / tarantool/doc

change in bind variable notation

Open Beginner friendly
#5,727 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
CSS
Stars
15
Forks
49
Avg merge
1d 13h
Merged PRs (30d)
3

Description

Now named bind variable always begins with #, :, or @ followed by
a letter or another non-digit identifier character (variants
(@number, etc.) are no longer supported);
numeric bind arguments always begin with $ followed by a number
(variants ($name, etc.) are no longer supported);
anonymous bind variable is denoted by ? followed by a non-numeric,
non-alphabetic character.
Requested by @NinaRodicova in https://github.com/tarantool/tarantool/commit/5bec171f552ec682ac7c3d8a581826f6295cfdd8.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the documentation that describes bind variable notation; no file or test is named in the issue. Update it to distinguish named, numeric, and anonymous bind variables as specified, removing the unsupported variants, then check the surrounding documentation for consistent terminology.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.