feedback: space_object:format() | Tarantool
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
<…>any string, provided that two fields do not
have the same name.
|The type value may be any of allowed types: any | unsigned | string |
integer | number | varbinary | boolean | double | decimal | uuid | array |
map | scalar, but for creating an index use only
indexed fields;|
(Optional) The is_nullable boolean value specifies whether nil <…>
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/format/
Также возможно указать и тип 'datetime', он присутствует в таблице https://www.tarantool.io/en/doc/latest/platform/ddl_dml/indexes/#indexed-field-types
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked box.space.format documentation page and compare its allowed type list with the indexed-field-types table linked in the issue. Update the format documentation to account for the datetime type, and confirm the resulting wording is consistent with the referenced table.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100