Skip to content

Commit 98f2bc9

Browse files
authored
Update asynctnt features (#3035)
1 parent 57889a5 commit 98f2bc9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/book/connectors/__python.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ unmaintained.
5353
Feature comparison
5454
------------------
5555

56-
Last update: May 2022
56+
Last update: July 2022
5757

5858
.. list-table::
5959
:header-rows: 1
@@ -71,11 +71,11 @@ Last update: May 2022
7171

7272
* - Is maintained
7373
- Yes
74-
- No (last updated in 2018)
74+
- No (last updated in 2016)
7575
- Yes
7676

7777
* - Known Issues
78-
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18>`__ (no running event loop)
78+
- None
7979
- None
8080
- None
8181

@@ -95,9 +95,9 @@ Last update: May 2022
9595
- GitHub Actions
9696

9797
* - GitHub Stars
98-
- 52
98+
- 65
9999
- 17
100-
- 83
100+
- 84
101101

102102
* - Static Analysis
103103
- Yes (Flake8)
@@ -148,32 +148,32 @@ Last update: May 2022
148148
- Yes (tarantool/connection.py)
149149

150150
* - `Interactive transactions <https://www.tarantool.io/en/doc/latest/book/box/stream/>`__
151-
- No
151+
- Yes
152152
- No
153153
- No (`issue #163 <https://github.com/tarantool/tarantool-python/issues/163>`__)
154154

155155
* - `Varbinary support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
156-
- No
156+
- Yes (in ``MP_BIN`` fields)
157157
- No
158158
- Yes
159159

160160
* - `UUID support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
161-
- No
161+
- Yes
162162
- No
163163
- No
164164

165165
* - `Decimal support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
166-
- Almost (v2 branch)
166+
- Yes
167167
- No
168168
- No
169169

170170
* - `EXT_ERROR support <https://www.tarantool.io/ru/doc/latest/dev_guide/internals/msgpack_extensions/#the-error-type>`__
171-
- No
171+
- Yes
172172
- No
173173
- No
174174

175175
* - `Datetime support <https://github.com/tarantool/tarantool/discussions/6244>`__
176-
- No
176+
- Yes
177177
- No
178178
- No
179179

@@ -193,7 +193,7 @@ Last update: May 2022
193193
- No
194194

195195
* - `IPROTO_ID (feature discovering) <https://github.com/tarantool/doc/issues/2419>`__
196-
- No
196+
- Yes
197197
- No
198198
- No
199199

0 commit comments

Comments
 (0)