Skip to content

Commit

Permalink
update tarantool-python connector
Browse files Browse the repository at this point in the history
* Inconnect bug fix
* Disable reconnect in reconnect
* Return socket to blocked mode under windows
* Windows WSAEWOULDBLOCK added
* Next try to remotely fix Windows bug
* Fix for Windows reconnect error
* Win fix
* Fix for tarantool 1.10.x
* Fix bytes<->str Python 3 mess
* Removed yakkety
* Fixing support for new schema type (dict)
* Fix tests for test_schema (space count is changed over time)
* Use repr() for string representation of tuples
* Enable uploading to 1.8 repository
* Build on el6/7 now works fine, remove yaml dependency
* Adding support for UNIX sockets
* Get rid of YAML dependency (partly, still left in tests)
* Implement call of 1.7 and make it the main one
* Remove six as dependency + pylint
* Fix tox compatibility
* Add support for field names in update/upsert
* RPM: fix Name: tag
* Travis CI: update to the latest version of .travis.yml
* Execute build matrix on a flyweight node
* Added Jenkinsfile for Jenkins-based CI
* Add type float for check_key
* Enable builds for Tarantool 1.7
* Cleanup: fix errors, mistypes and PEP8 violations
* Remove Fedora 22 (EOL), add Fedora 24
* Reload schema on changin of tarantool schema_id value.
* Mention that driver is sync in README
* Bad iterator type. closes gh-77
* Add tox for multi-python testing, fix python3 bug
* Fix for big size of package. closes gh-72
* Change select with empty key semantics
* Update const.py
* Fix for TypeError: cannot concatenate 'str' and 'Response' objects
* Fix work with socket on windows

Fixes #126
  • Loading branch information
Sergei Voronezhskii authored and Totktonada committed Oct 23, 2018
1 parent b85d7ed commit 7c8c246
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit 7c8c246

Please sign in to comment.