rethinkdb-python
rethinkdb-python copied to clipboard
Python driver for RethinkDB
**Reason for the change** https://github.com/rethinkdb/rethinkdb-python/issues/249 **Description** Implemented feature in rethindkb-export and rethinkdb-import scripts: a new export format jsongz - gzipped json. On export side, there is a new jsongz writer...
**Describe the bug** Running tests for one project, I see: ``` ../../.local/share/virtualenvs/rethinkmodel-WGhjQTXi/lib/python3.9/site-packages/rethinkdb/ast.py:87 /home/metal3d/.local/share/virtualenvs/rethinkmodel-WGhjQTXi/lib/python3.9/site-packages/rethinkdb/ast.py:87: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,...
https://github.com/rethinkdb/rethinkdb-python/blob/ecf1dd6a4ccbec2c57dc73aaf711a148095f9be4/rethinkdb/_index_rebuild.py#L129 This happened to me when I killed a reindexation process than started again: the code throws the error "string indices must be integers" and i found is in that...
**Is your feature request related to a problem? Please describe.** Dumping large databases / tables involves writing very large files to the disk, is expensive in terms of disk io....
**Reason for the change** The new versions of Python3 require use 'drain' after write. Some syntaxis corrections. Some better algorithms. **Description** Dropped the 'loop' parameter where is deprecated. After write,...
**Describe the bug** In a table with extra INDEXES, I have a DT_GEN and COUNT (date and int), tested. The between query as shows on documentation: On (https://gitlab.com/pineiden/datadbs-rethinkdb/-/blob/master/data_rdb/rdb.py) line 316...
**Is your feature request related to a problem? Please describe.** In pycharm, as of this moment, rethinkdb query methods and others are not recognized properly in static analysis, and I...
rethinkdb restore failing after upgrade to 2.4.7 (TypeError: 'Values' object is not subscriptable)
**Describe the bug** Restore fails if the `--temp-dir` argument is provided. **To Reproduce** Steps to reproduce the behavior: Try to restore with (valid directory) `--temp-dir` argument and see the following...
Every time while I am upgrading the web console always remind to run `rethinkdb index-rebuild` But the release note just states that it was not necessary to do this, why...
I have been struggling with this issue for a while, i have searched online and have not come across any solution. The closest issue to this one - [which presented...