Skip to content

Change Requests to use a session, saving on latency for connect #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove comment of update document
  • Loading branch information
GavinMendelGleason committed Feb 1, 2023
commit 5a2a0c4a2412938076c301e995e7650b854d875f
2 changes: 1 addition & 1 deletion terminusdb_client/tests/integration_tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ def test_compress_data(docker_url):
client.insert_document(test_obj, compress=0)
test_obj2 = client.get_all_documents(as_list=True)
assert len(test_obj2) == 10
#client.update_document(test_obj2, compress=0)
client.update_document(test_obj2, compress=0)