- Oct 03, 2018
-
-
Konstantin Belyavskiy authored
Extend base Connection class to support a list of nodes and an optional Strategy parameter to choose next item from this list. Add built-in reconnect strategy class based on Round-Robin alg. @params: - addrs, list of maps {'host':(HOSTNAME|IP_ADDR), 'port':PORT}. Return next connection or an error if all URIs are unavailable. Closes #106
-
- Sep 13, 2018
-
-
Konstantin Belyavskiy authored
Add missing inconnect = false. This bug leads to only one disconnection allow. Needed for #106
-
- Apr 12, 2018
-
-
Alexey Gadzhiev authored
-
- Apr 11, 2018
-
-
Alexey Gadzhiev authored
-
Alexey Gadzhiev authored
-
Alexey Gadzhiev authored
-
Alexey Gadzhiev authored
-
Alexey Gadzhiev authored
-
- Apr 10, 2018
-
-
Alexey Gadzhiev authored
-
- Apr 03, 2018
-
-
Alexey Gadzhiev authored
-
Alexey Gadzhiev authored
-
- Mar 30, 2018
-
-
alexey.gadzhiev authored
-
- Nov 20, 2017
-
-
Eugine Blikh authored
-
- Aug 02, 2017
-
-
Dmitry Zimnukhov authored
-
- May 23, 2017
- May 22, 2017
- May 18, 2017
-
-
bigbes authored
-
- Nov 25, 2016
-
-
Ilya authored
-
- Aug 15, 2016
-
-
Vladimir Rudnyh authored
-
- Jun 29, 2016
-
-
bigbes authored
* Reloading of schema on Tarantool schema error (closes gh-63) * Rewrite request using collections.Sequence * Delete RETRIES on completion status == 1 (no this completion status, anymore, also closes gh-45) * flush schema now, also, loads schema from server. * Modify/Simplify schema internals * Added absent constants * Updated errorcodes (closes gh-69) * Schema is now flushed, upon successfull authentication (closes gh-68) Proofed to work on py27, py35 and pypy
-
- Jun 28, 2016
-
-
bigbes authored
-
- Jun 27, 2016
- Jun 23, 2016
-
-
bigbes authored
-
- May 31, 2016
-
-
Zajcev Evgeny authored
+ fix for TypeError: cannot concatenate 'str' and 'Response' objects
-
- May 04, 2016
-
-
bigbes authored
fix work with socket on windows
-
- Apr 14, 2016
-
-
Roman Tsisyk authored
Don't even send OK
-
- Apr 08, 2016
-
-
vmarunov authored
-
- Apr 07, 2016
-
-
https://github.com/tarantool/tarantool-python/issues/70vmarunov authored
>>> import tarantool >>> tarantool.connect('48.12.22.123',3311) ``` Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> tarantool.connect('48.12.22.123',3311) File "C:\Python27\lib\site-packages\tarantool\__init__.py", line 47, in connect encoding=encoding) File "C:\Python27\lib\site-packages\tarantool\connection.py", line 93, in __init__ recv = self._sys_recv = libc.recv File "C:\Python27\lib\ctypes\__init__.py", line 378, in __getattr__ func = self.__getitem__(name) File "C:\Python27\lib\ctypes\__init__.py", line 383, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: function 'recv' not found ```
-
- Mar 16, 2016
-
-
Konstantin Osipov authored
Fix 1.7 JOIN implementation: don't send OK if the server replied with an error.
-
- Feb 09, 2016
- Feb 08, 2016