We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
<…>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
The text was updated successfully, but these errors were encountered:
Fix typo
b8de5bd
Resolves #1888
Fix typos (#2826)
037a70c
* 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
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/create_check_constraint/
Extra dot
The text was updated successfully, but these errors were encountered: