File tree 2 files changed +11
-11
lines changed
locale/ru/LC_MESSAGES/book
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ unmaintained.
54
54
Feature comparison
55
55
------------------
56
56
57
- Last update: February 2022
57
+ Last update: May 2022
58
58
59
59
.. list-table ::
60
60
:header-rows: 1
@@ -78,7 +78,7 @@ Last update: February 2022
78
78
* - Known Issues
79
79
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18 >`__ (no running event loop)
80
80
- None
81
- - ` issue #105 < https://github.com/tarantool/tarantool-python/issues/105 >`__ (unpack of binary data)
81
+ - None
82
82
83
83
* - Documentation
84
84
- Yes (`github.io <https://igorcoding.github.io/asynctnt/ >`__)
@@ -93,12 +93,12 @@ Last update: February 2022
93
93
* - Testing / CI / CD
94
94
- GitHub Actions
95
95
- No (tests exist)
96
- - AppVeyor (only Windows)
96
+ - GitHub Actions
97
97
98
98
* - GitHub Stars
99
- - 51
99
+ - 52
100
100
- 17
101
- - 78
101
+ - 83
102
102
103
103
* - Static Analysis
104
104
- Yes (Flake8)
@@ -156,7 +156,7 @@ Last update: February 2022
156
156
* - `Varbinary support <https://www.tarantool.io/en/doc/latest/book/box/data_model/ >`__
157
157
- No
158
158
- No
159
- - Yes (` issue #105 < https://github.com/tarantool/tarantool-python/issues/105 >`__)
159
+ - Yes
160
160
161
161
* - `UUID support <https://www.tarantool.io/en/doc/latest/book/box/data_model/ >`__
162
162
- No
@@ -216,7 +216,7 @@ Last update: February 2022
216
216
* - Connection pool
217
217
- No
218
218
- No
219
- - Yes (round robin failover )
219
+ - Yes (with master discovery )
220
220
221
221
* - Support of `PEP 249 -- Python Database API Specification v2.0 <https://www.python.org/dev/peps/pep-0249/ >`__
222
222
- No
Original file line number Diff line number Diff line change @@ -1033,8 +1033,8 @@ msgstr ""
1033
1033
"tarantool-python. aiotarantool здесь отсутствует, так как он устарел и "
1034
1034
"больше не поддерживается."
1035
1035
1036
- msgid "Last update: February 2022"
1037
- msgstr "Последнее обновление: февраль 2022"
1036
+ msgid "Last update: May 2022"
1037
+ msgstr "Последнее обновление: май 2022"
1038
1038
1039
1039
msgid "Parameter"
1040
1040
msgstr "Параметры"
@@ -1292,8 +1292,8 @@ msgstr ""
1292
1292
"Есть (reconnect_max_attempts, reconnect_delay), проверка состояния "
1293
1293
"соединения"
1294
1294
1295
- msgid "Yes (round robin failover )"
1296
- msgstr "Есть (циклическое восстановление после сбоев )"
1295
+ msgid "Yes (with master discovery )"
1296
+ msgstr "Есть (с обнаружением мастера )"
1297
1297
1298
1298
msgid ""
1299
1299
"Support of `PEP 249 -- Python Database API Specification v2.0 "
You can’t perform that action at this time.
0 commit comments