Skip to content

Commit 78fee07

Browse files
Update python connector comparison table (#2863)
* Update python connector comparison table Since the release of tarantool-python 0.8.0 [1] several things has changed. * Issue tarantool/tarantool-python#105 has been fixed [2]. * CI has been migrated to GitHub Actions [3]. * New connection pool (ConnectionPool) with master discovery was introduced [4]. * old connection pool (MeshConnection) with round-robin failover was deprecated [4]. These changes together with GitHub stars update are introduced with this patch. 1. https://github.com/tarantool/tarantool-python/releases/tag/0.8.0 2. tarantool/tarantool-python#211 3. tarantool/tarantool-python#213 4. tarantool/tarantool-python#207 * Update translation Co-authored-by: Patience Daur <[email protected]>
1 parent 9e3c01c commit 78fee07

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/book/connectors/__python.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unmaintained.
5454
Feature comparison
5555
------------------
5656

57-
Last update: February 2022
57+
Last update: May 2022
5858

5959
.. list-table::
6060
:header-rows: 1
@@ -78,7 +78,7 @@ Last update: February 2022
7878
* - Known Issues
7979
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18>`__ (no running event loop)
8080
- None
81-
- `issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__ (unpack of binary data)
81+
- None
8282

8383
* - Documentation
8484
- Yes (`github.io <https://igorcoding.github.io/asynctnt/>`__)
@@ -93,12 +93,12 @@ Last update: February 2022
9393
* - Testing / CI / CD
9494
- GitHub Actions
9595
- No (tests exist)
96-
- AppVeyor (only Windows)
96+
- GitHub Actions
9797

9898
* - GitHub Stars
99-
- 51
99+
- 52
100100
- 17
101-
- 78
101+
- 83
102102

103103
* - Static Analysis
104104
- Yes (Flake8)
@@ -156,7 +156,7 @@ Last update: February 2022
156156
* - `Varbinary support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
157157
- No
158158
- No
159-
- Yes (`issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__)
159+
- Yes
160160

161161
* - `UUID support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
162162
- No
@@ -216,7 +216,7 @@ Last update: February 2022
216216
* - Connection pool
217217
- No
218218
- No
219-
- Yes (round robin failover)
219+
- Yes (with master discovery)
220220

221221
* - Support of `PEP 249 -- Python Database API Specification v2.0 <https://www.python.org/dev/peps/pep-0249/>`__
222222
- No

locale/ru/LC_MESSAGES/book/connectors.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,8 +1033,8 @@ msgstr ""
10331033
"tarantool-python. aiotarantool здесь отсутствует, так как он устарел и "
10341034
"больше не поддерживается."
10351035

1036-
msgid "Last update: February 2022"
1037-
msgstr "Последнее обновление: февраль 2022"
1036+
msgid "Last update: May 2022"
1037+
msgstr "Последнее обновление: май 2022"
10381038

10391039
msgid "Parameter"
10401040
msgstr "Параметры"
@@ -1292,8 +1292,8 @@ msgstr ""
12921292
"Есть (reconnect_max_attempts, reconnect_delay), проверка состояния "
12931293
"соединения"
12941294

1295-
msgid "Yes (round robin failover)"
1296-
msgstr "Есть (циклическое восстановление после сбоев)"
1295+
msgid "Yes (with master discovery)"
1296+
msgstr "Есть (с обнаружением мастера)"
12971297

12981298
msgid ""
12991299
"Support of `PEP 249 -- Python Database API Specification v2.0 "

0 commit comments

Comments
 (0)