Skip to content

Commit 7de1249

Browse files
committed
more features
1 parent 8e6d62e commit 7de1249

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

doc/book/connectors/__python.rst

+23-20
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,16 @@ Last update: 06.12.2021
7272
- Yes
7373

7474
* - Estimation of importance of known bugs
75-
- issue #18
76-
- #5 (select() fails), #16 (Tarantool 1.7 is unsupported)
75+
- `issue #18 <https://github.com/igorcoding/asynctnt/issues/18>`__
76+
- `issue #5 <https://github.com/shveenkov/aiotarantool/issues/5>`__
77+
(select() fails), `issue #16
78+
<https://github.com/shveenkov/aiotarantool/issues/16>`__ (Tarantool
79+
1.7 is unsupported)
7780
- No known bugs
78-
- issue #105 (Unpack of binary data)
81+
- `issue #105 <https://github.com/tarantool/tarantool-python/issues/105>`__ (Unpack of binary data)
7982

8083
* - Documentation
81-
- Yes (github.io)
84+
- Yes (`github.io <https://igorcoding.github.io/asynctnt/>`__)
8285
- No
8386
- No
8487
- Yes (`tarantool.io
@@ -119,12 +122,12 @@ Last update: 06.12.2021
119122
- Yes (no visualization)
120123

121124
* - Async work
122-
- Yes, asyncio
123-
- Yes, asyncio
125+
- Yes, `asyncio <https://docs.python.org/3/library/asyncio.html>`__
126+
- Yes, `asyncio <https://docs.python.org/3/library/asyncio.html>`__
124127
- Yes? (`gevent
125128
<https://www.gevent.org/api/gevent.event.html#gevent.event.AsyncResult>`__,
126129
example: `test_gevent.py
127-
<https://github.com/shveenkov/gtarantool/blob/master/tests/test_gevent.py>)
130+
<https://github.com/shveenkov/gtarantool/blob/master/tests/test_gevent.py>`__)
128131
- No
129132

130133
* - Batching
@@ -135,9 +138,9 @@ Last update: 06.12.2021
135138

136139
* - Schema reload, Space / index names
137140
- Yes (auto_refetch_schema)
138-
- Yes (handle SchemaReloadException)
141+
- Yes (handle *SchemaReloadException*)
139142
- No
140-
- Yes (handle SchemaReloadException)
143+
- Yes (handle *SchemaReloadException*)
141144

142145
* - Schema reload, Access tuple fields by names
143146
- Yes
@@ -151,49 +154,49 @@ Last update: 06.12.2021
151154
- No
152155
- Yes (tarantool/connection.py)
153156

154-
* - Interactive transactions
157+
* - `Interactive transactions <https://www.tarantool.io/en/doc/latest/book/box/stream/>`__
155158
- No
156159
- No
157160
- No
158161
- No (`issue #163 <https://github.com/tarantool/tarantool-python/issues/163>`__)
159162

160-
* - `Varbinary support <https://github.com/tarantool/tarantool/issues/4201>`__
163+
* - `Varbinary support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
161164
- No
162165
- No
163166
- No
164167
- No
165168

166-
* - `UUID support <https://github.com/tarantool/tarantool/commit/d68fc29246714eee505bc9bbcd84a02de17972c5>`__
169+
* - `UUID support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
167170
- No
168171
- No
169172
- No
170173
- No
171174

172-
* - Decimal support
175+
* - `Decimal support <https://www.tarantool.io/en/doc/latest/book/box/data_model/>`__
173176
- Almost (v2 branch)
174177
- No
175178
- No
176179
- No
177180

178-
* - `EXT_ERROR support <https://github.com/tarantool/tarantool/commit/712af455f2b6a7dccf0f206b9c2225bc0869aeeb>`__
181+
* - `EXT_ERROR support <https://www.tarantool.io/ru/doc/latest/dev_guide/internals/msgpack_extensions/#the-error-type>`__
179182
- No
180183
- No
181184
- No
182185
- No
183186

184-
* - [Soon] Datetime support
187+
* - `[Soon] <https://github.com/tarantool/tarantool/discussions/6244>`__ Datetime support
185188
- No
186189
- No
187190
- No
188191
- No
189192

190-
* - box.session.push() responses
193+
* - `box.session.push() responses <https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_session/push/>`__
191194
- Yes (see push_subscribe option and docs/pushes.rst)
192195
- No
193196
- No
194197
- No
195198

196-
* - Session settings
199+
* - `Session settings <https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/_session_settings/>`__
197200
- No
198201
- No
199202
- No
@@ -205,13 +208,13 @@ Last update: 06.12.2021
205208
- No
206209
- No
207210

208-
* - `IPROTO_ID (feature discovering) <https://github.com/tarantool/tarantool/pull/6435>`__
211+
* - `IPROTO_ID (feature discovering) <https://github.com/tarantool/doc/issues/2419>`__
209212
- No
210213
- No
211214
- No
212215
- No
213216

214-
* - Support tarantool/CRUD
217+
* - Support `CRUD <https://github.com/tarantool/crud>`__
215218
- No
216219
- No
217220
- No
@@ -247,7 +250,7 @@ Last update: 06.12.2021
247250
- No
248251
- No
249252

250-
* - PEP-249
253+
* - `PEP-249 <https://www.python.org/dev/peps/pep-0249/>`__
251254
- No
252255
- No
253256
- No

0 commit comments

Comments
 (0)