Skip to content

[1pt] feedback: box.space.create_check_constraint() #1888

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

Closed
TarantoolBot opened this issue Mar 2, 2021 · 0 comments · Fixed by #2826
Closed

[1pt] feedback: box.space.create_check_constraint() #1888

TarantoolBot opened this issue Mar 2, 2021 · 0 comments · Fixed by #2826
Labels
typo [nature] Just a typo. Typically tickets created by online bug reporter.

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Mar 2, 2021

<…>er is starting,
the check is not performed unless
force_recovery|.|
is specified.

https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/create_check_constraint/

Extra dot

@Onvember Onvember added the typo [nature] Just a typo. Typically tickets created by online bug reporter. label Apr 20, 2021
@Onvember Onvember changed the title feedback: box.space.create_check_constraint() [1pt] feedback: box.space.create_check_constraint() Apr 20, 2021
patiencedaur added a commit that referenced this issue Apr 25, 2022
Resolves #1888
patiencedaur added a commit that referenced this issue Apr 26, 2022
* Fix a translation
Resolves #1887

* Fix typo
Resolves #1888

* Make list punctuation uniform
Resolves #1860

* Remove Tarantool declension in Russian
Resolves #2386
Used the following workflow:
```
grep -nr "Tarantool'ом" locale/ | cut -d ":" -f 1 | uniq | grep -v "Binary file" > tarantool-declension.txt
cat tarantool-declension.txt | while read line; do sed -i "s,Tarantool'а,Tarantool,g" ${line}; done
```

* Fix a syntax error
Resolves #1895

* Fix an error in an example
Resolves #2223

* Fix spelling
Resolves #2480
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typo [nature] Just a typo. Typically tickets created by online bug reporter.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants