@@ -72,13 +72,16 @@ Last update: 06.12.2021
72
72
- Yes
73
73
74
74
* - 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)
77
80
- 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)
79
82
80
83
* - Documentation
81
- - Yes (github.io)
84
+ - Yes (` github.io < https://igorcoding.github.io/asynctnt/ >`__ )
82
85
- No
83
86
- No
84
87
- Yes (`tarantool.io
@@ -119,12 +122,12 @@ Last update: 06.12.2021
119
122
- Yes (no visualization)
120
123
121
124
* - 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 >`__
124
127
- Yes? (`gevent
125
128
<https://www.gevent.org/api/gevent.event.html#gevent.event.AsyncResult> `__,
126
129
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> `__ )
128
131
- No
129
132
130
133
* - Batching
@@ -135,9 +138,9 @@ Last update: 06.12.2021
135
138
136
139
* - Schema reload, Space / index names
137
140
- Yes (auto_refetch_schema)
138
- - Yes (handle SchemaReloadException)
141
+ - Yes (handle * SchemaReloadException * )
139
142
- No
140
- - Yes (handle SchemaReloadException)
143
+ - Yes (handle * SchemaReloadException * )
141
144
142
145
* - Schema reload, Access tuple fields by names
143
146
- Yes
@@ -151,49 +154,49 @@ Last update: 06.12.2021
151
154
- No
152
155
- Yes (tarantool/connection.py)
153
156
154
- * - Interactive transactions
157
+ * - ` Interactive transactions < https://www.tarantool.io/en/doc/latest/book/box/stream/ >`__
155
158
- No
156
159
- No
157
160
- No
158
161
- No (`issue #163 <https://github.com/tarantool/tarantool-python/issues/163 >`__)
159
162
160
- * - `Varbinary support <https://github.com/ tarantool/tarantool/issues/4201 >`__
163
+ * - `Varbinary support <https://www. tarantool.io/en/doc/latest/book/box/data_model/ >`__
161
164
- No
162
165
- No
163
166
- No
164
167
- No
165
168
166
- * - `UUID support <https://github.com/ tarantool/tarantool/commit/d68fc29246714eee505bc9bbcd84a02de17972c5 >`__
169
+ * - `UUID support <https://www. tarantool.io/en/doc/latest/book/box/data_model/ >`__
167
170
- No
168
171
- No
169
172
- No
170
173
- No
171
174
172
- * - Decimal support
175
+ * - ` Decimal support < https://www.tarantool.io/en/doc/latest/book/box/data_model/ >`__
173
176
- Almost (v2 branch)
174
177
- No
175
178
- No
176
179
- No
177
180
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 >`__
179
182
- No
180
183
- No
181
184
- No
182
185
- No
183
186
184
- * - [Soon] Datetime support
187
+ * - ` [Soon] < https://github.com/tarantool/tarantool/discussions/6244 >`__ Datetime support
185
188
- No
186
189
- No
187
190
- No
188
191
- No
189
192
190
- * - box.session.push() responses
193
+ * - ` box.session.push() responses < https://www.tarantool.io/ru/doc/latest/reference/reference_lua/box_session/push/ >`__
191
194
- Yes (see push_subscribe option and docs/pushes.rst)
192
195
- No
193
196
- No
194
197
- No
195
198
196
- * - Session settings
199
+ * - ` Session settings < https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/_session_settings/ >`__
197
200
- No
198
201
- No
199
202
- No
@@ -205,13 +208,13 @@ Last update: 06.12.2021
205
208
- No
206
209
- No
207
210
208
- * - `IPROTO_ID (feature discovering) <https://github.com/tarantool/tarantool/pull/6435 >`__
211
+ * - `IPROTO_ID (feature discovering) <https://github.com/tarantool/doc/issues/2419 >`__
209
212
- No
210
213
- No
211
214
- No
212
215
- No
213
216
214
- * - Support tarantool/CRUD
217
+ * - Support ` CRUD < https://github.com/ tarantool/crud >`__
215
218
- No
216
219
- No
217
220
- No
@@ -247,7 +250,7 @@ Last update: 06.12.2021
247
250
- No
248
251
- No
249
252
250
- * - PEP-249
253
+ * - ` PEP-249 < https://www.python.org/dev/peps/pep-0249/ >`__
251
254
- No
252
255
- No
253
256
- No
0 commit comments