rethinkdb-python icon indicating copy to clipboard operation
rethinkdb-python copied to clipboard

Python driver for RethinkDB

Results 43 rethinkdb-python issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I have been checking the documentation on the python driver and frankly it's old. I've also tried using the ConnectionPool...

question
documentation

This is lower priority, but not blocked by any of the other refactoring as it is cosmetic improvements.

enhancement

## Description Deliver the missing unit tests to cover all query cases. This will become an ongoing task based on the permutations that can be expressed. For this first pass...

quality issue fix

With rethinkdb/rethinkdb#2598 there is now basic testing for `dump`/`restore` and friends. However the testing completed in that push is only the most basic positive testing, there is no testing at...

## Description Fix unused code issues remaining in connections.

quality issue fix

## Description Refactor async connections into an internal api. This is probably going to look like JSONEncode/Decode injection with defaults and sensible overrides such as per connection opened.

quality issue fix

## Description Exceptions are caught and bubbled in several places that leads to complexity in using internal APIs. At the same time refactor to always log exceptions with `default_logger.exception()`.

enhancement

## Description Write end to end tests on each async connection. These tests will need to exercise change feeds and out of order requests for data. First #18 should be...

enhancement

/usr/bin/rethinkdb restore backup.tar.gz -c "server_ip" --password-file ./password.txt --no-secondary-indexes --force Extracting archive file... Done (2 seconds) Importing from directory... Traceback (most recent call last): File "/usr/local/bin/rethinkdb-restore", line 8, in sys.exit(main()) File...

**Reason for the change** Copy and paste the old commands into the new branch. **Description** This is only a copy + paste. The code still has to be checked and...