Skip to content

Update python connector comparison table #2863

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

Merged
merged 2 commits into from
May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions doc/book/connectors/__python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ unmaintained.
Feature comparison
------------------

Last update: February 2022
Last update: May 2022

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

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

* - GitHub Stars
- 51
- 52
- 17
- 78
- 83

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

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

* - Support of `PEP 249 -- Python Database API Specification v2.0 <https://www.python.org/dev/peps/pep-0249/>`__
- No
Expand Down
8 changes: 4 additions & 4 deletions locale/ru/LC_MESSAGES/book/connectors.po
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,8 @@ msgstr ""
"tarantool-python. aiotarantool здесь отсутствует, так как он устарел и "
"больше не поддерживается."

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

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

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

msgid ""
"Support of `PEP 249 -- Python Database API Specification v2.0 "
Expand Down